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
Age
Commit message (
Expand
)
Author
2012-03-29
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-29
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...
Craig Topper
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
Cleanup whitespace.
Bill Wendling
2012-03-29
Cache the end() iterator.
Bill Wendling
2012-03-29
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
Cleanup some whitespaces.
Bill Wendling
2012-03-28
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
Tidy up. Whitespace.
Jim Grosbach
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
Inline function into its one caller.
Bill Wendling
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
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
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
Some whitespace cleanup.
Bill Wendling
2012-03-28
Use the correct filename for the error message.
Bill Wendling
2012-03-28
Use Nakamura's suggestion of bypassing using 'filename' and just the pointers...
Bill Wendling
2012-03-28
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
Fix 80-column violation.
Chad Rosier
2012-03-28
Fix test case.
Akira Hatanaka
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
MSVC doesn't like the mixing of declarations and statements in a .c file.
Francois Pichet
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
Try to use the CWD if the path to the GCDA output is not available (e.g., the
Bill Wendling
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
[next]