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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for PR4121. If TwoAddressInstructionPass removes a dead def, and the regB
Lang Hames
2009-05-13
1
-0
/
+6
*
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
3
-1
/
+8
*
If header of inner loop is aligned, do not align the outer loop header. We do...
Evan Cheng
2009-05-12
1
-6
/
+33
*
Teach TransferDeadness to delete truly dead instructions if they do not produ...
Evan Cheng
2009-05-12
2
-21
/
+60
*
Restructure PEI code:
John Mosby
2009-05-12
3
-1307
/
+1375
*
Switch to using IRBuilder throughout.
Jay Foad
2009-05-12
1
-204
/
+195
*
Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...
Evan Cheng
2009-05-12
2
-16
/
+47
*
Fix pr4195: When iterating through predecessor blocks, break out of the loop
Bob Wilson
2009-05-12
1
-3
/
+3
*
- Record that the debug info is actually used so that the label folder doesn't
Bill Wendling
2009-05-12
1
-10
/
+10
*
Fixed PR4090.
Lang Hames
2009-05-11
1
-1
/
+16
*
Fix PR4188. TailMerging can't tolerate inexact
Dale Johannesen
2009-05-11
1
-0
/
+15
*
Apply patch review feedback.
Evan Cheng
2009-05-11
1
-0
/
+2
*
Unbreak non-debug build.
Evan Cheng
2009-05-11
1
-0
/
+8
*
Eliminate a compiler warning.
Evan Cheng
2009-05-11
1
-0
/
+1
*
When scalarizing a vector BITCAST, check whether the operand has vector
Dan Gohman
2009-05-11
1
-1
/
+2
*
Shrink wrapping in PEI:
John Mosby
2009-05-11
1
-610
/
+1066
*
Don't generate redundant casts of constant values when lowering calls to
Jay Foad
2009-05-11
1
-38
/
+29
*
This is a large rewrite of how Dwarf info for inlined functions is handled.
Bill Wendling
2009-05-10
1
-95
/
+225
*
--- Reverse-merging r71370 into '.':
Bill Wendling
2009-05-10
1
-34
/
+58
*
A debug function start was not being recorded when the optimization level wasn't
Bill Wendling
2009-05-09
1
-58
/
+34
*
Oops. Don't forget to align single bb loops.
Evan Cheng
2009-05-09
1
-1
/
+1
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
10
-30
/
+30
*
Enable loop bb placement optimization.
Evan Cheng
2009-05-08
1
-9
/
+0
*
Avoid warning in release-asserts build.
Mike Stump
2009-05-08
1
-0
/
+1
*
Mirror how Fast ISel determines if a region.end intrinsic is the end of an
Bill Wendling
2009-05-08
1
-15
/
+12
*
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
1
-11
/
+20
*
Minor clean ups. No functionality change.
Bill Wendling
2009-05-08
1
-5
/
+4
*
Don't align loop header unless the loop back edge is below the header.
Evan Cheng
2009-05-08
1
-1
/
+17
*
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
1
-0
/
+116
*
Do not emit bit tests if target does not support natively left shift
Anton Korobeynikov
2009-05-08
1
-0
/
+4
*
Properly expand libcalls for urem / srem. Also make code more straightforward.
Anton Korobeynikov
2009-05-08
1
-29
/
+40
*
Typo
Anton Korobeynikov
2009-05-08
1
-1
/
+1
*
Reverse branch condition only when there is a conditional branch.
Evan Cheng
2009-05-08
1
-1
/
+2
*
Add explicit braces to disambiguate nested if/else. Removes a warning.
Nick Lewycky
2009-05-08
1
-1
/
+2
*
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
1
-16
/
+236
*
Fix pr4100. Do not remove no-op copies when they are dead. The register
Bob Wilson
2009-05-07
1
-2
/
+4
*
Fix a comment (again).
Bob Wilson
2009-05-07
1
-1
/
+1
*
Fix a comment.
Bob Wilson
2009-05-07
1
-1
/
+1
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
3
-147
/
+61
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
3
-61
/
+147
*
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-07
1
-0
/
+17
*
Code refactoring.
Evan Cheng
2009-05-07
1
-7
/
+22
*
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng
2009-05-07
3
-12
/
+16
*
Just turn aggressive stack coloring off at -O3.
Bill Wendling
2009-05-07
2
-10
/
+23
*
Temporarily revert r71010. It was causing massive failures during self-hosting.
Bill Wendling
2009-05-07
2
-22
/
+10
*
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-07
3
-20
/
+21
*
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-06
1
-24
/
+53
*
Do not use register as base ptr of pre- and post- inc/dec load / store nodes.
Evan Cheng
2009-05-06
1
-1
/
+4
*
CMake: Updated lib/CodeGen/CMakeLists.txt.
Oscar Fuentes
2009-05-06
1
-1
/
+1
*
Add generic expansion of SUB when ADD and XOR
Duncan Sands
2009-05-06
1
-8
/
+12
[next]