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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Document the decision to assume that the cost of floats is twice as much as i...
Nadav Rotem
2013-04-14
1
-1
/
+3
*
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
1
-14
/
+22
*
MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...
Andrew Trick
2013-04-13
1
-0
/
+2
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
2
-1
/
+76
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
1
-4
/
+7
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-16
/
+16
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
3
-20
/
+20
*
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
1
-8
/
+6
*
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
1
-0
/
+14
*
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
1
-4
/
+4
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
1
-0
/
+8
*
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-10
1
-36
/
+50
*
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
1
-13
/
+21
*
DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...
Benjamin Kramer
2013-04-09
1
-0
/
+49
*
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-07
2
-5
/
+14
*
typo
Nadav Rotem
2013-04-06
1
-1
/
+1
*
Dwarf: use utostr on CUID to append to SmallString.
Manman Ren
2013-04-06
1
-1
/
+1
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-24
/
+70
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
2
-39
/
+70
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-67
/
+24
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-24
/
+67
[prev]
[next]