summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix llvm-mc target detection code to match llc.Evan Cheng2011-07-26
* Updating stale documentation on regalloc modes.Andrew Trick2011-07-26
* Use the correct for for the version. It's little endian and my brain isBill Wendling2011-07-26
* ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach2011-07-26
* Remove now unused patterns. 0 insertions(+), 98 deletions(-)Bruno Cardoso Lopes2011-07-26
* Cleanup old matching for PUNPCK* variantsBruno Cardoso Lopes2011-07-26
* While extracting lexical scopes from machine instruction stream, work on one ...Devang Patel2011-07-26
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-26
* ARM fix for LDREX source register encoding.Jim Grosbach2011-07-26
* SCEV: Added a data structure for storing not-taken info per loopAndrew Trick2011-07-26
* Strip trailing whitespace.Duncan Sands2011-07-26
* ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach2011-07-26
* ARM SWP instructions store, too, not just load.Jim Grosbach2011-07-26
* Clean up the ARM asm parser a bit.Jim Grosbach2011-07-26
* ARM fix asm parsing range check for [0,31] immediates.Jim Grosbach2011-07-26
* ARM parsing and encoding for SVC instruction.Jim Grosbach2011-07-26
* ARM assembly parsing and encoding tests for SUB instruction.Jim Grosbach2011-07-26
* Update ARM STM tests. Fix check: prefix for diagnostic tests.Jim Grosbach2011-07-26
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-26
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-26
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-26
* SrcDef is only written and never read. Remove it.Duncan Sands2011-07-26
* Add helper function for getting true/false constants in a uniformDuncan Sands2011-07-26
* Clean up the HTML here a bit.Bill Wendling2011-07-26
* Fix typo in comment.Jay Foad2011-07-26
* Don't try to dereference syms[0] on an empty vector. Reported by Todd JacksonNick Lewycky2011-07-26
* The compact unwinding offsets are divided by 8 on 64-bit machines.Bill Wendling2011-07-26
* Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...Bill Wendling2011-07-26
* Add 256-bit isel for movsldup/movshdupBruno Cardoso Lopes2011-07-26
* More movsldup/movshdup cleanup. Rewrite the mask matching function and addBruno Cardoso Lopes2011-07-26
* More cleanup, subtarget info isn't used here.Bruno Cardoso Lopes2011-07-26
* Add 128-bit AVX versions of movshdup/mosldupBruno Cardoso Lopes2011-07-26
* Cleanup movsldup/movshdup matching.Bruno Cardoso Lopes2011-07-26
* Revert to RA_Assign when a virtreg separates into components.Jakob Stoklund Olesen2011-07-26
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Remove a file from CMakeLists.txt that Evan removed in r136027.Chandler Carruth2011-07-26
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Still more library dependency updates. This reflects the ever decreasingChandler Carruth2011-07-26
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8.Jim Grosbach2011-07-25
* TargetAsmBackend has been renamed to MCAsmBackend.Evan Cheng2011-07-25
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-25
* I will save before I commit.Benjamin Kramer2011-07-25
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-25
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-25
* Add remaining 256-bit vector bitcasts. This also fixes PR10451Bruno Cardoso Lopes2011-07-25
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-25
* Reintroduce r135730, this is indeed the right approach, there is noBruno Cardoso Lopes2011-07-25