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
*
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-11
1
-1
/
+1
*
Avoid negative logic.
Devang Patel
2007-09-11
1
-4
/
+4
*
Refactor code into a separate method.
Devang Patel
2007-09-11
1
-28
/
+47
*
Clear split info object.
Devang Patel
2007-09-11
1
-0
/
+1
*
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-11
1
-5
/
+8
*
Check all terminators inside loop.
Devang Patel
2007-09-10
1
-4
/
+3
*
remove some dead code, this is handled by constant folding.
Chris Lattner
2007-09-10
1
-8
/
+1
*
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-10
1
-4
/
+7
*
Swap exit condition operands if it works.
Devang Patel
2007-09-10
1
-5
/
+15
*
regenerate
Chris Lattner
2007-09-10
2
-266
/
+308
*
Fix PR1645 by resolving forward alias references.
Chris Lattner
2007-09-10
1
-0
/
+21
*
80 col.
Evan Cheng
2007-09-10
1
-4
/
+6
*
New entry.
Evan Cheng
2007-09-10
1
-0
/
+3
*
Observation of rematerialization.
Evan Cheng
2007-09-10
1
-0
/
+5
*
Add some notes about better flag handling.
Chris Lattner
2007-09-10
3
-1
/
+101
*
Emit:
Chris Lattner
2007-09-10
1
-0
/
+10
*
1. Don't call Value::getName(), which is slow.
Chris Lattner
2007-09-10
1
-38
/
+52
*
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
1
-0
/
+9
*
It's not safe to rematerialize MOV32r0 etc. by simply cloning the original
Evan Cheng
2007-09-10
1
-3
/
+22
*
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
1
-1
/
+3
*
Require SCEV before LCSSA.
Devang Patel
2007-09-10
1
-1
/
+1
*
Remove an un-needed dependence query. This improves compile time marginally ...
Owen Anderson
2007-09-09
1
-9
/
+10
*
Implement misaligned FP loads and stores.
Dale Johannesen
2007-09-08
1
-11
/
+48
*
Smarter Reset(). Instead of deallocating all memory regions and reallocate the
Evan Cheng
2007-09-08
1
-5
/
+17
*
TableGen no longer emit CopyFromReg nodes for implicit results in physical
Evan Cheng
2007-09-07
2
-46
/
+2
*
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
1
-1
/
+7
*
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
3
-2
/
+8
*
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
6
-3827
/
+2823
*
Revert previous change to IR.
Dale Johannesen
2007-09-07
2
-5
/
+4
*
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
3
-8
/
+25
*
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
2
-12
/
+21
*
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
1
-1
/
+1
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
14
-41
/
+43
*
Constify to catch bugs.
David Greene
2007-09-06
1
-2
/
+2
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
24
-206
/
+295
*
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
1
-6
/
+13
*
Add instruction dump output. This helps find bugs.
David Greene
2007-09-06
1
-0
/
+6
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
3
-1
/
+63
*
Use isTrueWhenEqual. Thanks Chris!
Nick Lewycky
2007-09-06
1
-8
/
+13
*
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
1
-1
/
+3
*
Fix a memory leak.
Evan Cheng
2007-09-06
2
-1
/
+4
*
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-06
1
-25
/
+15
*
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-09-05
1
-0
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
3
-66
/
+50
*
Added Reset() to free all allocated memory regions and reset state to be the ...
Evan Cheng
2007-09-05
1
-0
/
+6
*
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-09-05
1
-0
/
+1
*
Fix mod so it actually works. Fix conversions to
Dale Johannesen
2007-09-05
1
-9
/
+33
*
Forgot to obey 80 column rule. Fixing that.
Chuck Rose III
2007-09-05
1
-1
/
+2
*
Added default parameters to GetElementPtrInstr constructor call. Visual Stud...
Chuck Rose III
2007-09-05
1
-1
/
+1
*
Due to label merging, the last label for an invoke
Duncan Sands
2007-09-05
1
-3
/
+2
[next]