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
Age
Commit message (
Expand
)
Author
2012-03-28
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-28
Skip liveness verification when MRI->tracksLiveness() is false.
Jakob Stoklund Olesen
2012-03-28
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
Allow removeLiveIn to be called with a register that isn't live-in.
Jakob Stoklund Olesen
2012-03-28
Revert r153521 as it's causing large regressions on the nightly testers.
Chad Rosier
2012-03-28
Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...
Pete Cooper
2012-03-28
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...
Benjamin Kramer
2012-03-28
Add another note about a missed compare with nsw arithmetic instcombine.
Benjamin Kramer
2012-03-28
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
More debug output.
Eric Christopher
2012-03-28
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
Fix 80-column violation.
Chad Rosier
2012-03-28
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-27
Add a note about a cute little fabs optimization.
Benjamin Kramer
2012-03-27
Add two missed instcombines related to compares with nsw arithmetic.
Benjamin Kramer
2012-03-27
Remove trailing white space.
Akira Hatanaka
2012-03-27
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
Lang Hames
2012-03-27
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-27
Reapply r153423; the original commit was fine. The failing test, distray, had
Chad Rosier
2012-03-27
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
Print SSA and liveness tracking flags in MF::print().
Jakob Stoklund Olesen
2012-03-27
Branch folding may invalidate liveness.
Jakob Stoklund Olesen
2012-03-27
Invalidate liveness in Thumb2ITBlockPass.
Jakob Stoklund Olesen
2012-03-27
fix what looks like a real logic bug, found by PVS-Studio (part of PR12357)
Chris Lattner
2012-03-27
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
Make a seemingly tiny change to the inliner and fix the generated code
Chandler Carruth
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
Post-ra LICM should take care not to hoist an instruction that would clobber a
Evan Cheng
2012-03-27
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
During MachineCopyPropagation a register may be the source operand of multiple
Lang Hames
2012-03-27
Reserve hardware registers.
Akira Hatanaka
2012-03-26
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
[prev]
[next]