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
2012-06-21
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
Fix potential crash if DAGCombine on stores sees a half type
Pete Cooper
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-20
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
Teach PBQPBuilder::build() about regunit interference.
Jakob Stoklund Olesen
2012-06-20
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
Add users of a MERGE_VALUE node to the worklist to process again when the nod...
Pete Cooper
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
Delete dead code.
Jakob Stoklund Olesen
2012-06-20
Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.
Hal Finkel
2012-06-20
Fixing a compiler warning in MSVC 10.
Aaron Ballman
2012-06-20
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-19
Add regunit liveness support to LiveIntervals::handleMove().
Jakob Stoklund Olesen
2012-06-19
Tidy up.
Chad Rosier
2012-06-19
Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to
Chad Rosier
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
80 col.
Jakob Stoklund Olesen
2012-06-19
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
Style: Don't reuse variables for multiple purposes.
Jakob Stoklund Olesen
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-18
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-16
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-15
Remove final verification in RABasic.
Jakob Stoklund Olesen
2012-06-15
Print out register number in InlineSpiller.
Jakob Stoklund Olesen
2012-06-15
Accept null PhysReg arguments to checkRegMaskInterference.
Jakob Stoklund Olesen
2012-06-15
Remove assignments which aren't used afterwards.
Bill Wendling
2012-06-15
Use regunit liveness in RegisterCoalescer when it is available.
Jakob Stoklund Olesen
2012-06-14
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
Make comment slightly more helpful.
Lang Hames
2012-06-14
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-13
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-11
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
misched: regpressure getMaxPressureDelta, revert accidental checkin.
Andrew Trick
2012-06-09
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
[next]