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
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-8
/
+0
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
11
-131
/
+112
*
DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...
David Blaikie
2013-06-15
1
-3
/
+13
*
Missing NDEBUGs.
Andrew Trick
2013-06-15
1
-0
/
+6
*
MI-Sched: heuristics using the new latency and machine model.
Andrew Trick
2013-06-15
1
-234
/
+330
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
5
-102
/
+47
*
MI-Sched: Rename IssueCount to CurrMOps.
Andrew Trick
2013-06-15
1
-8
/
+8
*
MI-Sched: Remove the temporary EnableCopyConstrain flag.
Andrew Trick
2013-06-15
1
-7
/
+1
*
MI-Sched: added tracking of dependent latency for better heuristics.
Andrew Trick
2013-06-15
1
-13
/
+26
*
MI-Sched: DEBUG: print critical resource.
Andrew Trick
2013-06-15
1
-0
/
+4
*
SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...
Stephen Lin
2013-06-15
1
-12
/
+14
*
Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...
David Blaikie
2013-06-15
1
-2
/
+5
*
Introduce getSelect usage and use more getSelectCC
Matt Arsenault
2013-06-14
6
-87
/
+90
*
SelectionDAG: minor fix to order of operands in comments to match the code
Stephen Lin
2013-06-14
1
-3
/
+3
*
Mark rematerialized super/sub registers as dead.
Tim Northover
2013-06-14
1
-0
/
+1
*
SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...
Stephen Lin
2013-06-14
1
-16
/
+16
*
Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
2013-06-14
1
-1
/
+3
*
Move #include from .h to .cpp file.
Jakub Staszak
2013-06-14
1
-0
/
+1
*
Print ConstantPool entries initialized to Values with WriteAsOperand instead of
Dan Gohman
2013-06-12
1
-1
/
+2
*
Formatting.
Eric Christopher
2013-06-11
1
-1
/
+1
*
Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
2013-06-10
1
-4
/
+0
*
Fix up comment.
Eric Christopher
2013-06-10
1
-1
/
+1
*
Remove unused function.
Eric Christopher
2013-06-10
1
-6
/
+0
*
IndentCount is only used within NDEBUG code.
Eric Christopher
2013-06-10
1
-0
/
+2
*
TargetLowering: Clean up method description comments
David Majnemer
2013-06-08
1
-3
/
+3
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
1
-0
/
+13
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
1
-13
/
+0
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
1
-0
/
+13
*
Teach AsmPrinter how to print odd constants.
Quentin Colombet
2013-06-07
1
-2
/
+43
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
1
-11
/
+36
*
Correct wrong register in this example, pointed out by Baoshan Pang.
Duncan Sands
2013-06-07
1
-1
/
+1
*
Fix break in r183446 - helps to increment the iterator in a loop
David Blaikie
2013-06-06
1
-1
/
+2
*
Debug Info: simplify parameter ordering preservation
David Blaikie
2013-06-06
1
-25
/
+21
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
4
-40
/
+39
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
2
-18
/
+19
*
Add space to assert message.
Bill Wendling
2013-06-05
1
-1
/
+1
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
1
-3
/
+31
*
Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...
Shuxin Yang
2013-06-04
1
-1
/
+25
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
2
-27
/
+7
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
2
-13
/
+13
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+14
*
Remove useless code from transitioning to new EH scheme
Kai Nacke
2013-05-31
1
-4
/
+1
*
Fix rematerialization into physical registers.
Tim Northover
2013-05-30
1
-2
/
+3
*
Rename variable to be more descriptive.
Eric Christopher
2013-05-30
1
-3
/
+3
*
Formatting.
Eric Christopher
2013-05-30
1
-1
/
+1
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+4
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
1
-18
/
+65
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
3
-54
/
+13
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
3
-13
/
+54
[next]