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
2011-06-29
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-29
Don't depend on the optimization reverted in r134067.
Benjamin Kramer
2011-06-29
Revert a part of r126557 which could create unschedulable DAGs.
Benjamin Kramer
2011-06-29
Change AsmName's type from StringRef to std::string. AsmName was pointing to ...
Francois Pichet
2011-06-29
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
Fix CMake build.
NAKAMURA Takumi
2011-06-29
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-29
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
Trim include
Evan Cheng
2011-06-29
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-28
build/Darwin: Fix epic typo fail.
Daniel Dunbar
2011-06-28
Fix a CMake warning, following up to r134008.
NAKAMURA Takumi
2011-06-28
Unbreak every backend.
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing null
Chad Rosier
2011-06-28
Remove warning: 'c0' may be used uninitialized in this function.
Chad Rosier
2011-06-28
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
cleanup: misleading comment.
Andrew Trick
2011-06-28
cmake: Our MSVC build does not support config-time build mode.
Andrew Trick
2011-06-28
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
PR10210: New method ConstantArray::getAsCString(). Use it in LTO to
Jay Foad
2011-06-28
FileCheckify and prepare for -disable-iv-rewrite.
Andrew Trick
2011-06-28
FileCheckize a couple of tests.
Jakob Stoklund Olesen
2011-06-28
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
whitespace
Andrew Trick
2011-06-28
Fix typo in comment.
Nick Lewycky
2011-06-28
Fix cmake build.
Rafael Espindola
2011-06-28
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEV
Andrew Trick
2011-06-28
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-28
FileCheck-ize a test that had the strangest TCL quote I've seen yet: an
Chandler Carruth
2011-06-28
Alternative name enum should go into the enum portion.
Evan Cheng
2011-06-28
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-28
ARM Thumb2 asm syntax optional destination operand for binary operators.
Jim Grosbach
2011-06-27
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
Remove RCBarriers from TargetInstrDesc.
Evan Cheng
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for
Andrew Trick
2011-06-27
Revert r133516 "Remove some unnecessary uses of c_str()."
Chad Rosier
2011-06-27
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
Fix this test to actually check something and be able to be compiled.
Eric Christopher
[next]