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
*
Remove minimal CFG sanity checks from verifier.
Jakob Stoklund Olesen
2009-12-22
1
-18
/
+0
*
Allow explicit %reg0 operands beyond what the .td file describes.
Jakob Stoklund Olesen
2009-12-22
1
-1
/
+2
*
Allow 0 as an order number. Don't assign an order to formal arguments.
Bill Wendling
2009-12-22
2
-21
/
+11
*
Fixes to the X86 disassembler:
Sean Callanan
2009-12-22
2
-5
/
+17
*
Fix the Convert to scalar to not insert dead loads in the store case. The
Chris Lattner
2009-12-22
1
-2
/
+12
*
fix some fixme's by using twines
Chris Lattner
2009-12-22
1
-6
/
+2
*
Use proper move instructions. Make the verifier happy.
Jakob Stoklund Olesen
2009-12-22
1
-1
/
+1
*
Report an error for bad inline assembly, where the value passed for an
Bob Wilson
2009-12-22
1
-2
/
+6
*
Remove target attribute break-sse-dep. Instead, do not fold load into sse par...
Evan Cheng
2009-12-22
6
-42
/
+18
*
Include based on the current path, since we already -I the X86 target's path....
Douglas Gregor
2009-12-22
1
-1
/
+1
*
While converting one of the operands to a memory operand, we need to check if...
Sanjiv Gupta
2009-12-22
3
-10
/
+45
*
Generalize SROA to allow the first index of a GEP to be non-zero. Add a
Bob Wilson
2009-12-22
1
-23
/
+4
*
Implement PR5795 by merging duplicated return blocks. This could go further
Chris Lattner
2009-12-22
1
-0
/
+72
*
The phi translated pointer can be computed when returning a partially cached ...
Chris Lattner
2009-12-22
2
-20
/
+22
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
11
-57
/
+158
*
Changed REG_* to MODRM_REG_* to avoid conflicts
Sean Callanan
2009-12-22
2
-17
/
+21
*
Fix some may-be-uninitialized var warnings.
Daniel Dunbar
2009-12-22
1
-3
/
+3
*
Add SDNode ordering to inlined asm and VA functions.
Bill Wendling
2009-12-22
1
-28
/
+78
*
Whitespace fixes.
Eric Christopher
2009-12-22
1
-4
/
+4
*
Adding more assignment of ordering to SDNodes. This time in the "call" and
Bill Wendling
2009-12-22
1
-32
/
+66
*
Fixed library dependencies between the X86 disassembler and
Sean Callanan
2009-12-22
3
-18
/
+5
*
avoid calling extractMallocCall when it's obvious we don't have
Chris Lattner
2009-12-22
1
-1
/
+2
*
Add ordering of SDNodes to LowerCallTo.
Bill Wendling
2009-12-22
1
-19
/
+44
*
print pcrel immediates as signed values instead of unsigned so that we
Chris Lattner
2009-12-22
1
-3
/
+5
*
Now add ordering to SDNodes created by the massive intrinsic lowering function.
Bill Wendling
2009-12-22
1
-100
/
+183
*
To make things interesting, I added MORE code to set the ordering of
Bill Wendling
2009-12-22
1
-32
/
+387
*
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-22
6
-33
/
+28
*
Add more plumbing to assign ordering to SDNodes. Have the "getValue" method
Bill Wendling
2009-12-21
1
-59
/
+133
*
Add suggested parentheses.
Daniel Dunbar
2009-12-21
1
-4
/
+4
*
Add a fastpath to Load GVN to special case when we have exactly one dominating
Chris Lattner
2009-12-21
1
-2
/
+10
*
More ordering plumbing. This time for GEP. I need to remember to assign
Bill Wendling
2009-12-21
1
-4
/
+32
*
refactor some code out to a new helper method.
Chris Lattner
2009-12-21
1
-22
/
+27
*
improve indentation avoid a pointless conversion from weakvh to trackingvh,
Chris Lattner
2009-12-21
1
-3
/
+3
*
Another incremental check-in for assigning ordering to SDNodes. This time for
Bill Wendling
2009-12-21
1
-25
/
+75
*
Assign ordering to more instructions. Incremental check-in.
Bill Wendling
2009-12-21
1
-57
/
+156
*
- Add a bit more plumbing assigning an order to SDNodes.
Bill Wendling
2009-12-21
2
-9
/
+32
*
Mark FPW as allocable when frame address is taken.
Anton Korobeynikov
2009-12-21
1
-5
/
+43
*
First wave of plumbing for assigning an ordering to SDNodes. This takes care of
Bill Wendling
2009-12-21
1
-28
/
+43
*
Delete the instruction just before the function terminates for consistency sake.
Evan Cheng
2009-12-21
1
-2
/
+3
*
Place SDNodeOrdering.h in the directory it's used.
Bill Wendling
2009-12-21
2
-1
/
+59
*
Remove special-case SROA optimization of variable indexes to one-element and
Bob Wilson
2009-12-21
1
-141
/
+30
*
Fix setting and default setting of code model for jit. Do this
Eric Christopher
2009-12-21
4
-16
/
+51
*
A couple minor README updates.
Eli Friedman
2009-12-21
1
-14
/
+5
*
revert r89298, which was committed without a testcase. I think
Chris Lattner
2009-12-21
1
-6
/
+0
*
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-21
1
-1
/
+23
*
give instcombine some helper functions for matching MIN and MAX, and
Chris Lattner
2009-12-21
1
-10
/
+118
*
enhance x-(-A) -> x+A to preserve NUW/NSW.
Chris Lattner
2009-12-21
1
-11
/
+47
*
Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggers
Chris Lattner
2009-12-21
1
-3
/
+74
*
fix an overly conservative caching issue that caused memdep to
Chris Lattner
2009-12-19
1
-32
/
+8
*
Remove unused variable (noticed by clang++).
Daniel Dunbar
2009-12-19
1
-1
/
+0
[next]