index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+10
*
Use a pointer type rather than MVT::Other for the ExternalSymbol node used
Dan Gohman
2010-01-04
1
-1
/
+2
*
Teach codegen to handle:
Chris Lattner
2010-01-02
1
-0
/
+12
*
Fix a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-01
1
-1
/
+2
*
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-01-01
1
-77
/
+82
*
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2010-01-01
1
-5
/
+57
*
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
1
-1
/
+1
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-8
/
+2
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-3
/
+3
*
handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a
Chris Lattner
2009-12-24
1
-19
/
+55
*
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-24
1
-0
/
+103
*
Use more sensible type for flags in asms. PR 5570.
Dale Johannesen
2009-12-23
1
-3
/
+1
*
Update objectsize intrinsic and associated dependencies. Fix
Eric Christopher
2009-12-23
1
-1
/
+1
*
Remove superfluous SDNode ordering.
Bill Wendling
2009-12-23
1
-48
/
+16
*
Remove node ordering from inline asm nodes. It's not needed.
Bill Wendling
2009-12-23
1
-16
/
+0
*
Remove node ordering from VA nodes. It's not needed.
Bill Wendling
2009-12-23
1
-25
/
+14
*
Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP
Bill Wendling
2009-12-22
1
-0
/
+1
*
Allow 0 as an order number. Don't assign an order to formal arguments.
Bill Wendling
2009-12-22
1
-17
/
+10
*
Report an error for bad inline assembly, where the value passed for an
Bob Wilson
2009-12-22
1
-2
/
+6
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-43
/
+138
*
Add SDNode ordering to inlined asm and VA functions.
Bill Wendling
2009-12-22
1
-28
/
+78
*
Adding more assignment of ordering to SDNodes. This time in the "call" and
Bill Wendling
2009-12-22
1
-32
/
+66
*
Add ordering of SDNodes to LowerCallTo.
Bill Wendling
2009-12-22
1
-19
/
+44
*
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
*
Add more plumbing to assign ordering to SDNodes. Have the "getValue" method
Bill Wendling
2009-12-21
1
-59
/
+133
*
More ordering plumbing. This time for GEP. I need to remember to assign
Bill Wendling
2009-12-21
1
-4
/
+32
*
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
1
-8
/
+15
*
First wave of plumbing for assigning an ordering to SDNodes. This takes care of
Bill Wendling
2009-12-21
1
-28
/
+43
*
Changes from review:
Bill Wendling
2009-12-18
1
-3
/
+8
*
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-18
1
-1
/
+1
*
Fix a comment grammaro.
Bob Wilson
2009-12-17
1
-2
/
+2
*
Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...
Daniel Dunbar
2009-12-16
1
-0
/
+3
*
Revert "Initial work on disabling the scheduler. This is a work in progress, and
Daniel Dunbar
2009-12-16
1
-3
/
+0
*
Initial work on disabling the scheduler. This is a work in progress, and this
Bill Wendling
2009-12-15
1
-0
/
+3
*
Fix the result type of SELECT nodes lowered from Select instructions with
Dan Gohman
2009-12-11
1
-1
/
+1
*
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
Dan Gohman
2009-11-23
1
-0
/
+5821