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
Commit message (
Expand
)
Author
Age
Files
Lines
*
forgot this
Duraid Madina
2006-09-04
1
-0
/
+2
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
3
-12
/
+15
*
new file
Chris Lattner
2006-09-04
1
-0
/
+154
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
22
-524
/
+170
*
Add accessor
Chris Lattner
2006-09-04
1
-0
/
+1
*
Add explicit doInitialization/doFinalization methods instead of making
Chris Lattner
2006-09-04
1
-1
/
+14
*
remove #include
Chris Lattner
2006-09-04
1
-1
/
+1
*
Simplify target construction.
Chris Lattner
2006-09-03
8
-14
/
+7
*
eliminate use of TM.getName()
Chris Lattner
2006-09-03
1
-2
/
+1
*
add the SETULT condition code
Rafael Espindola
2006-09-03
1
-0
/
+1
*
Avoid beating on the mi2i map when we know the answer already.
Chris Lattner
2006-09-03
1
-12
/
+19
*
minor speedup
Chris Lattner
2006-09-03
1
-3
/
+3
*
Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
Chris Lattner
2006-09-03
1
-6
/
+11
*
When deleting a machine instruction, make sure to remove it from the
Chris Lattner
2006-09-03
1
-1
/
+4
*
Move two methods out of line, make them work when the record for a machine
Chris Lattner
2006-09-03
1
-0
/
+36
*
Count the time for a pass to ReleaseMemory against that pass. Not doing this
Chris Lattner
2006-09-02
1
-0
/
+2
*
Make ArgumentPromotion handle recursive functions that pass pointers in their...
Owen Anderson
2006-09-02
1
-11
/
+33
*
add more condition codes
Rafael Espindola
2006-09-02
2
-2
/
+30
*
Improve handling of SelectInst.
Nick Lewycky
2006-09-02
1
-31
/
+44
*
improve compat with certain versions of GCC (on cygwin?)
Chris Lattner
2006-09-02
1
-1
/
+1
*
Iteration is required for some cases, even if they don't occur in crafty.
Chris Lattner
2006-09-02
1
-13
/
+24
*
When joining two intervals where the RHS is really simple, use a light-weight
Chris Lattner
2006-09-02
2
-11
/
+172
*
Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Use a couple of multiclass patterns to factor some integer ops.
Chris Lattner
2006-09-01
2
-135
/
+51
*
remove a bunch of comments
Chris Lattner
2006-09-01
1
-54
/
+0
*
- Fixed broken Win32 build
Anton Korobeynikov
2006-09-01
6
-22
/
+26
*
Remove extra spaces.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Last check-in was a mistake...
Evan Cheng
2006-09-01
1
-4
/
+6
*
*** empty log message ***
Evan Cheng
2006-09-01
1
-2
/
+2
*
Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is
Evan Cheng
2006-09-01
1
-6
/
+13
*
Corrections.
Jim Laskey
2006-09-01
1
-4
/
+4
*
Better comments.
Evan Cheng
2006-09-01
1
-1
/
+4
*
Yikes. This requires checking apple gcc version.
Evan Cheng
2006-09-01
1
-2
/
+4
*
Pull some code out of a hot recursive function because the common case doesn't
Chris Lattner
2006-09-01
1
-6
/
+19
*
Reserve space in the ValueNumberInfo vector. This speeds up live interval
Chris Lattner
2006-09-01
1
-10
/
+10
*
Iterative coallescing doesn't buy us anything (we get identical results on
Chris Lattner
2006-09-01
1
-24
/
+4
*
Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also
Nick Lewycky
2006-09-01
1
-21
/
+20
*
DAG combiner fix for rotates. Previously the outer-most condition checks
Evan Cheng
2006-08-31
1
-27
/
+44
*
Add a special case that speeds up coallescing a bit, but not enough.
Chris Lattner
2006-08-31
1
-51
/
+107
*
Delete copies as they are coallesced instead of waiting until the end.
Chris Lattner
2006-08-31
1
-0
/
+4
*
avoid calling the virtual isMoveInstr method endlessly by caching its results.
Chris Lattner
2006-08-31
2
-75
/
+73
*
Properties where both Values weren't in the union (as being equal to
Nick Lewycky
2006-08-31
1
-24
/
+18
*
Fix a compiler crash bootstrapping llvm-gcc.
Chris Lattner
2006-08-30
1
-2
/
+6
*
Guess what happens when asserts are disabled. :(
Chris Lattner
2006-08-30
1
-1
/
+2
*
Instantiate Statistic<> in one place, not in every .o file that uses it.
Chris Lattner
2006-08-30
1
-0
/
+2
*
Move to using the EquivalenceClass ADT. Removes SynSets.
Nick Lewycky
2006-08-30
1
-165
/
+92
*
Teach the coallescer to coallesce live intervals joined by an arbitrary
Chris Lattner
2006-08-29
2
-155
/
+249
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
2
-10
/
+57
*
Minor asm fix.
Evan Cheng
2006-08-29
2
-2
/
+5
*
Remove dead code.
Evan Cheng
2006-08-29
1
-4
/
+0
[next]