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
*
Avoid to assert on "(KnownZero & KnownOne) == 0".
Zhou Sheng
2007-03-12
1
-1
/
+1
*
In function ComputeMaskedBits():
Zhou Sheng
2007-03-12
1
-6
/
+6
*
Add value ranges. Currently inefficient in both execution time and
Nick Lewycky
2007-03-10
1
-219
/
+397
*
Use range tests in LowerSwitch, where possible
Anton Korobeynikov
2007-03-10
1
-31
/
+114
*
Add getter methods for the extremes of a ConstantRange.
Nick Lewycky
2007-03-10
1
-0
/
+64
*
Adding more arithmetic operators to MMX. This is an almost exact copy of
Bill Wendling
2007-03-10
2
-0
/
+14
*
Remove dead comments.
Devang Patel
2007-03-09
1
-3
/
+0
*
Avoid recursion. Use iterative algorithm for RenamePass().
Devang Patel
2007-03-09
1
-4
/
+31
*
Increment iterator now because IVUseShouldUsePostIncValue may remove
Devang Patel
2007-03-09
1
-2
/
+6
*
Regenerate.
Reid Spencer
2007-03-09
2
-2
/
+2
*
Minor stuff.
Evan Cheng
2007-03-09
1
-0
/
+4
*
Add comments about LSR / ARM.
Evan Cheng
2007-03-09
1
-0
/
+4
*
Unfinished work and ideas related to register scavenger.
Evan Cheng
2007-03-09
1
-0
/
+14
*
For PR1245:
Reid Spencer
2007-03-09
1
-1
/
+1
*
apply comments from review of last patch
Dale Johannesen
2007-03-09
1
-2
/
+2
*
Add some observations from CoreGraphics benchmark. Remove register
Dale Johannesen
2007-03-09
1
-47
/
+47
*
Unbreak mingw32 build
Anton Korobeynikov
2007-03-09
1
-0
/
+8
*
If a virtual register is already marked alive in this block, that means it is
Evan Cheng
2007-03-09
1
-1
/
+6
*
Print preds / succs BB numbers.
Evan Cheng
2007-03-09
1
-2
/
+2
*
Avoid variable shadowing.
Evan Cheng
2007-03-09
1
-2
/
+2
*
Don't use std::hex.
Bill Wendling
2007-03-08
1
-1
/
+1
*
Don't use a cast. It causes an error on some platforms.
Bill Wendling
2007-03-08
1
-1
/
+1
*
Implement inline asm modifier c.
Evan Cheng
2007-03-08
1
-0
/
+3
*
implement support for floating point constants used as inline asm memory oper...
Chris Lattner
2007-03-08
1
-2
/
+7
*
Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so that
Bill Wendling
2007-03-08
4
-10
/
+73
*
Fix a typo.
Evan Cheng
2007-03-08
1
-1
/
+1
*
Speed Up Pass Manager.
Devang Patel
2007-03-08
1
-15
/
+16
*
Fix a bug in function ComputeMaskedBits().
Zhou Sheng
2007-03-08
1
-2
/
+2
*
Putting more constants which do not contain relocations into .literal{4|8|16}
Evan Cheng
2007-03-08
3
-16
/
+21
*
make this fail even in non-assert builds.
Chris Lattner
2007-03-08
1
-2
/
+4
*
This appears correct, enable it so we can see perf changes on testers
Chris Lattner
2007-03-08
1
-1
/
+1
*
Second half of PR1226. This is currently still disabled, until I have a chan...
Chris Lattner
2007-03-08
1
-9
/
+67
*
Fix a bug in APIntified ComputeMaskedBits().
Zhou Sheng
2007-03-08
1
-8
/
+4
*
Change register allocation order to Dale's suggestion.
Evan Cheng
2007-03-08
1
-14
/
+18
*
Bug fix. Not advancing the register scavenger iterator correctly.
Evan Cheng
2007-03-08
1
-8
/
+21
*
For PR1205:
Reid Spencer
2007-03-08
1
-0
/
+10
*
For PR1205:
Reid Spencer
2007-03-08
1
-1
/
+206
*
For Darwin, put constant data into .const, .const_data, .literal{4|8|16}
Evan Cheng
2007-03-08
4
-4
/
+53
*
Put constant data to .const, .const_data, .literal{4|8|16} sections.
Evan Cheng
2007-03-08
2
-2
/
+25
*
Add ReadOnlySection directive.
Evan Cheng
2007-03-08
1
-0
/
+1
*
Added ContainsRelocations() to check if a constant might only be resolvable a...
Evan Cheng
2007-03-08
1
-0
/
+11
*
Only safe to use a call-clobbered or spilled callee-saved register as scratch...
Evan Cheng
2007-03-07
1
-2
/
+8
*
Remove useless pattern fragments.
Bill Wendling
2007-03-07
1
-2
/
+0
*
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
8
-52
/
+47
*
Cleanup: make SetCounter an instance variable
Anton Korobeynikov
2007-03-07
1
-28
/
+26
*
Avoid combining indexed load further.
Evan Cheng
2007-03-07
1
-8
/
+14
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
2
-27
/
+35
*
Properly support v8i8 and v4i16 types. It now converts them to v2i32 for
Bill Wendling
2007-03-07
2
-6
/
+20
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-30
/
+26
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
3
-17
/
+67
[next]