index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2013-04-24
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
Formatting.
Eric Christopher
2013-04-23
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-23
Add some constraints to use of 'returned':
Stephen Lin
2013-04-22
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
Tidy.
Eric Christopher
2013-04-22
Update comment. Whitespace.
Eric Christopher
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-21
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
Tidy up comment grammar.
Jim Grosbach
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-19
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
Use dbgs() consistently for -debug printouts
Eli Bendersky
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-19
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-14
Document the decision to assume that the cost of floats is twice as much as i...
Nadav Rotem
2013-04-13
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...
Andrew Trick
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-12
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-11
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-10
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-09
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...
Benjamin Kramer
2013-04-07
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-06
typo
Nadav Rotem
2013-04-06
Dwarf: use utostr on CUID to append to SmallString.
Manman Ren
2013-04-05
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Use the target options specified on a function to reset the back-end.
Bill Wendling
[prev]
[next]