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
*
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
1
-1
/
+2
*
Enable register mask operands for x86 calls.
Jakob Stoklund Olesen
2012-02-16
3
-40
/
+30
*
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-15
1
-0
/
+8
*
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
1
-6
/
+19
*
Use the enum instead of 'unsigned'.
Bill Wendling
2012-02-15
1
-1
/
+2
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
2
-4
/
+16
*
Use 'getDataNoRel' for the section kind.
Bill Wendling
2012-02-15
1
-5
/
+4
*
Fix assertion condition.
Lang Hames
2012-02-15
1
-1
/
+1
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
2
-38
/
+38
*
Add a module flags accessor method which returns the flags in a vector.
Bill Wendling
2012-02-15
1
-0
/
+15
*
Add function for computing the edit distance of two arrays.
Kaelyn Uhrain
2012-02-15
1
-51
/
+5
*
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
1
-1
/
+1
*
Remove overly conservative assert.
Lang Hames
2012-02-15
1
-1
/
+0
*
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
1
-0
/
+147
*
Optimize redundant sign extends and negation of predicates.
Sirish Pande
2012-02-15
15
-209
/
+1037
*
Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."
Eric Christopher
2012-02-15
2
-292
/
+129
*
Revert "Optimize redundant sign extends and negation of predicates"
Eric Christopher
2012-02-15
13
-745
/
+80
*
Replacing HexagonOptimizeSZExtends with HexagonPeephole.
Sirish Pande
2012-02-15
2
-129
/
+292
*
Optimize redundant sign extends and negation of predicates
Sirish Pande
2012-02-15
13
-80
/
+745
*
Add braces to if clause to make symmetric with associate else clause.
Chad Rosier
2012-02-15
1
-18
/
+19
*
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-15
1
-0
/
+9
*
Strip the pointer casts from the constants here.
Bill Wendling
2012-02-15
1
-1
/
+1
*
Add a way to replace a field inside a metadata node. This can be
Eric Christopher
2012-02-15
1
-0
/
+5
*
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
1
-6
/
+8
*
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
1
-8
/
+6
*
reverting r150565. Premature push.
Andrew Trick
2012-02-15
1
-6
/
+8
*
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
1
-8
/
+6
*
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
1
-52
/
+114
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
3
-12
/
+48
*
Don't emit live ranges for physregs live-ins that are dead.
Lang Hames
2012-02-15
1
-2
/
+3
*
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
2
-13
/
+9
*
Added hook to let targets custom lower splitting of illegal vectors
Pete Cooper
2012-02-15
1
-0
/
+4
*
Use a temporary variable, rather then a series of redundant calls.
Chad Rosier
2012-02-15
1
-4
/
+5
*
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-15
1
-0
/
+1
*
Use a temporary variable, rather then a series of redundant calls.
Chad Rosier
2012-02-15
1
-4
/
+5
*
Fix global live range splitting regmask accuracy.
Jakob Stoklund Olesen
2012-02-14
1
-1
/
+2
*
Fix details in local live range splitting with regmasks.
Jakob Stoklund Olesen
2012-02-14
1
-6
/
+16
*
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
1
-0
/
+4
*
Use the proper clobber check in handleLiveInRegister().
Jakob Stoklund Olesen
2012-02-14
1
-1
/
+1
*
Dump live intervals in numerical order.
Jakob Stoklund Olesen
2012-02-14
1
-4
/
+15
*
Don't create a new copy of reserved regs - we already have one handy.
Lang Hames
2012-02-14
1
-4
/
+2
*
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-14
1
-8
/
+4
*
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
1
-1
/
+1
*
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-14
1
-2
/
+9
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
2
-0
/
+64
*
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2012-02-14
1
-0
/
+22
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
1
-9
/
+43
*
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
1
-1
/
+5
*
Turn push_back loops into append/insert.
Benjamin Kramer
2012-02-14
1
-4
/
+2
*
Capitalize messages so that they appear nicely with the linker's error messages.
Bill Wendling
2012-02-14
1
-9
/
+9
[next]