index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify ARM calling conventions.
Jakob Stoklund Olesen
2012-02-22
1
-0
/
+2
*
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-22
1
-73
/
+110
*
Use a function in MathExtras to do sign extension.
Akira Hatanaka
2012-02-22
1
-1
/
+1
*
Calls don't really change the stack pointer.
Jakob Stoklund Olesen
2012-02-21
1
-1
/
+2
*
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
1
-13
/
+68
*
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
1
-1
/
+1
*
Use the target-aware constant folder on expressions to improve the chance
Nick Lewycky
2012-02-21
1
-2
/
+9
*
Proper support for a bastardized darwin-eabi hybird ABI.
Evan Cheng
2012-02-21
4
-8
/
+7
*
s/the the/the/
Rafael Espindola
2012-02-21
1
-1
/
+1
*
Fix unsigned off-by-one in comment.
Benjamin Kramer
2012-02-21
1
-1
/
+1
*
InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...
Benjamin Kramer
2012-02-21
1
-0
/
+8
*
Move the implementation of StringRef::split out of StringExtras.cpp
Duncan Sands
2012-02-21
2
-21
/
+21
*
Revert r151049 cos it broke the buildbots.
Jay Foad
2012-02-21
2
-131
/
+34
*
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
1
-2
/
+4
*
PR1210: make uniquing of struct and function types more efficient by
Jay Foad
2012-02-21
2
-34
/
+131
*
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
1
-89
/
+90
*
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
1
-10
/
+7
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
8
-6
/
+42
*
StackSlotColoring does not use a VirtRegMap
Andrew Trick
2012-02-21
1
-4
/
+0
*
Use more idiomatic assert.
Rafael Espindola
2012-02-21
1
-2
/
+2
*
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
1
-2
/
+3
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
2
-24
/
+17
*
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-21
1
-9
/
+9
*
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
2012-02-21
1
-9
/
+10
*
Check for the correct size in the invariant marker.
Nick Lewycky
2012-02-20
1
-4
/
+7
*
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
2
-3
/
+27
*
Fix 80-column violation.
Chad Rosier
2012-02-20
1
-1
/
+2
*
InstCombine: Removing the base from the address calculation is only safe when...
Benjamin Kramer
2012-02-20
1
-1
/
+1
*
Make this a bit prettier and more obvious when a derived type isn't
Eric Christopher
2012-02-20
1
-1
/
+3
*
If a derived type is also a composite type, print that information
Eric Christopher
2012-02-20
1
-2
/
+7
*
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
1
-2
/
+5
*
InstCombine: When comparing two GEPs that were derived from the same base poi...
Benjamin Kramer
2012-02-20
1
-0
/
+14
*
InstCombine: Make OptimizePointerDifference more aggressive.
Benjamin Kramer
2012-02-20
1
-27
/
+27
*
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv...
James Molloy
2012-02-20
1
-0
/
+82
*
Improve generated code for extending loads and some trunc stores on ARM.
James Molloy
2012-02-20
2
-7
/
+140
*
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-20
1
-3
/
+6
*
Rename class Evaluate to Evaluator and put it in an anonymous namespace.
Nick Lewycky
2012-02-20
1
-12
/
+17
*
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
1
-4
/
+21
*
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-20
1
-2
/
+32
*
Move EvaluateFunction and EvaluateBlock into a class, and make the class store
Nick Lewycky
2012-02-19
1
-122
/
+137
*
Silence operator precedence warning.
Benjamin Kramer
2012-02-19
1
-1
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
17
-88
/
+22
*
StringRef'ize EmitSourceFileHeader().
Ahmed Charles
2012-02-19
1
-1
/
+1
*
Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove...
Craig Topper
2012-02-19
1
-4
/
+1
*
Add machinery for pushing live ranges onto bundle starts while bundling.
Lang Hames
2012-02-19
1
-2
/
+207
*
Simplify moveEnteringDownFrom rules.
Lang Hames
2012-02-19
1
-11
/
+3
*
Unify all shuffle mask checking functions take a mask and VT instead of Vecto...
Craig Topper
2012-02-19
1
-85
/
+68
*
Skip through instructions rather than operands when looking for last use slot.
Lang Hames
2012-02-19
1
-1
/
+1
*
APFloat::toString(): Fix overrun at scanning.
NAKAMURA Takumi
2012-02-19
1
-1
/
+1
[next]