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
*
TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look
Evan Cheng
2013-05-02
1
-5
/
+3
*
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
1
-15
/
+0
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
[inline asm] Return an undef SDValue of the expected value type, rather than
Chad Rosier
2013-05-01
1
-1
/
+1
*
Optimize away nop CONCAT_VECTOR nodes.
Nadav Rotem
2013-05-01
1
-0
/
+39
*
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
2
-28
/
+42
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
7
-58
/
+36
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
7
-36
/
+58
*
MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.
Andrew Trick
2013-04-30
1
-0
/
+6
*
LocalStackSlotAllocation improvements
Hal Finkel
2013-04-30
1
-94
/
+111
*
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-29
1
-0
/
+15
*
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
1
-1
/
+15
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
2
-1
/
+5
*
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
2
-3
/
+9
*
Micro-optimization
Bill Wendling
2013-04-26
1
-5
/
+4
*
Re-write the address propagation code for pre-indexed loads/stores to take in...
Silviu Baranga
2013-04-26
1
-14
/
+29
*
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-26
1
-0
/
+42
*
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-25
1
-0
/
+46
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
*
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
1
-2
/
+6
*
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
1
-4
/
+11
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-7
/
+194
*
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
1
-2
/
+8
*
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
1
-0
/
+8
*
Formatting.
Eric Christopher
2013-04-24
1
-1
/
+1
*
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-23
1
-1
/
+3
*
Add some constraints to use of 'returned':
Stephen Lin
2013-04-23
1
-0
/
+4
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
1
-7
/
+11
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
2
-7
/
+3
*
Tidy.
Eric Christopher
2013-04-22
1
-4
/
+6
*
Update comment. Whitespace.
Eric Christopher
2013-04-22
1
-2
/
+2
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
2
-0
/
+25
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
2
-1
/
+62
*
Tidy up comment grammar.
Jim Grosbach
2013-04-21
1
-2
/
+2
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-1
/
+0
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
5
-71
/
+1
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
2
-7
/
+37
*
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-20
1
-73
/
+126
*
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
1
-17
/
+10
*
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
2
-79
/
+66
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
2
-22
/
+24
*
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
2
-3
/
+54
*
Use dbgs() consistently for -debug printouts
Eli Bendersky
2013-04-19
1
-13
/
+13
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
2
-25
/
+0
*
PR14606: debug info imported_module support
David Blaikie
2013-04-19
2
-0
/
+25
*
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-19
1
-1
/
+10
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+1
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-23
/
+22
[next]