index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes the Atomic implementation if compiled by MSVC compiler.
Oscar Fuentes
2009-12-07
1
-1
/
+1
*
If BB is empty, insert PHI before end() instead of front().
Evan Cheng
2009-12-07
1
-3
/
+6
*
Some pretty-printing
Anton Korobeynikov
2009-12-07
1
-0
/
+1
*
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f...
Anton Korobeynikov
2009-12-07
2
-1
/
+13
*
Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...
Anton Korobeynikov
2009-12-07
3
-1
/
+65
*
Initial codegen support for MSP430 ISRs
Anton Korobeynikov
2009-12-07
4
-8
/
+54
*
Add MSP430 interrupt calling conv. No functionality change yet.
Anton Korobeynikov
2009-12-07
4
-0
/
+7
*
Add ability to select hw multiplier mode and select appropriate libcalls.
Anton Korobeynikov
2009-12-07
1
-0
/
+29
*
Dynamic stack realignment use of sp register as source/dest register
Anton Korobeynikov
2009-12-06
1
-4
/
+27
*
fix PR5698
Chris Lattner
2009-12-06
1
-0
/
+5
*
constant fold loads from memcpy's from global constants. This is important
Chris Lattner
2009-12-06
1
-6
/
+46
*
add support for forwarding mem intrinsic values to non-local loads.
Chris Lattner
2009-12-06
1
-33
/
+71
*
Handle forwarding local memsets to loads. For example, we optimize this:
Chris Lattner
2009-12-06
1
-43
/
+136
*
Remove old DBG_LABEL code.
Dan Gohman
2009-12-05
1
-8
/
+0
*
Remove the unused DisableLegalizeTypes option and related code.
Dan Gohman
2009-12-05
2
-52
/
+47
*
Calling InvalidateEntry during the refinement was breaking the bootstrap.
Bill Wendling
2009-12-05
1
-2
/
+12
*
Final cleanups:
Bill Wendling
2009-12-05
1
-14
/
+2
*
Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.
Bill Wendling
2009-12-05
2
-95
/
+51
*
Fix indentation in switch statement.
Nick Lewycky
2009-12-05
1
-15
/
+16
*
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-05
1
-16
/
+27
*
Don't print a space before the : between the file name and line number.
Dan Gohman
2009-12-05
1
-2
/
+2
*
Inline methods which are called only once.
Bill Wendling
2009-12-05
1
-15
/
+3
*
Refactor some code. No functionality change.
Bill Wendling
2009-12-05
1
-9
/
+13
*
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
2
-0
/
+2
*
Don't blindly set the debug location for PHI node copies.
Dan Gohman
2009-12-05
1
-3
/
+3
*
Make TargetSelectInstruction protected and called from FastISel.cpp
Dan Gohman
2009-12-05
2
-7
/
+9
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
25
-203
/
+1
*
Simplify this code: don't call AnalyzeBranch before doing simpler checks.
Dan Gohman
2009-12-05
1
-13
/
+13
*
The debug information for an LLVM Instruction applies to that Instruction
Dan Gohman
2009-12-05
1
-33
/
+57
*
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Dan Gohman
2009-12-05
1
-8
/
+9
*
Don't print the debug directory; it's often long and uninteresting. Omit
Dan Gohman
2009-12-05
1
-2
/
+7
*
Remove an unneeded include.
David Greene
2009-12-04
1
-1
/
+0
*
Print a space between the comment character and the text.
Dan Gohman
2009-12-04
1
-4
/
+6
*
In TAG_subrange_type, uppder bound is zero indexed.
Devang Patel
2009-12-04
1
-2
/
+1
*
Use new interfaces to print spill size.
David Greene
2009-12-04
1
-6
/
+9
*
Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand.
David Greene
2009-12-04
2
-9
/
+21
*
Fix up some comments.
Bob Wilson
2009-12-04
1
-12
/
+5
*
Fix 80-column violations.
Bob Wilson
2009-12-04
1
-4
/
+5
*
Some code cleanup. No functionality change.
Bill Wendling
2009-12-04
1
-15
/
+10
*
Avoid creating a metadata slot for all metadata that contains an instruction
Victor Hernandez
2009-12-04
1
-6
/
+6
*
Handle recursive PHI's.
Evan Cheng
2009-12-04
1
-18
/
+18
*
Fix crasher when N->getElement(n) is NULL
Victor Hernandez
2009-12-04
1
-1
/
+1
*
Add a pre-regalloc tail duplication pass.
Evan Cheng
2009-12-04
2
-99
/
+226
*
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...
Evan Cheng
2009-12-04
1
-27
/
+17
*
Add note about a subtle bug in this code. Does not effect the main
Duncan Sands
2009-12-04
1
-0
/
+6
*
Fix typo and add missing include.
Daniel Dunbar
2009-12-04
1
-1
/
+2
*
Added debug output for inherited passes that are invalidated.
Andreas Neustifter
2009-12-04
1
-1
/
+7
*
Fix PR5551 by not ignoring the top level constantexpr when
Chris Lattner
2009-12-04
1
-1
/
+1
*
add to cmake
Chris Lattner
2009-12-04
1
-0
/
+1
*
add the start of a class used to handle phi translation in memdep and
Chris Lattner
2009-12-04
1
-0
/
+71
[next]