summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan2012-08-06
* Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen2012-08-06
* Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky2012-08-06
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-06
* Update test to check for r161305Craig Topper2012-08-05
* Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper2012-08-05
* Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper2012-08-05
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-04
* Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov2012-08-04
* Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov2012-08-04
* Remove extraneous ';'.Bill Wendling2012-08-04
* Update cmake build.Benjamin Kramer2012-08-04
* Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer2012-08-04
* [CMake] add_lit_target: Remove comments about add_dependencies. It is not a b...NAKAMURA Takumi2012-08-04
* llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-04
* Delete a dead variable.Jakob Stoklund Olesen2012-08-04
* TwoAddressInstructionPass refactoring: Extract another method.Jakob Stoklund Olesen2012-08-03
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-03
* TwoAddressInstructionPass refactoring: Extract a method.Jakob Stoklund Olesen2012-08-03
* Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-03
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-03
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-03
* Delete merged physreg copies in joinReservedPhysReg().Jakob Stoklund Olesen2012-08-03
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-03
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-03
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-03
* Fix a couple of loops that were processing unused value numbers.Jakob Stoklund Olesen2012-08-03
* Silence unused variable warning in -asserts buildMatt Beaumont-Gay2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Add a configure flag for enabling -Werror on the command lineEric Christopher2012-08-03
* Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-03
* Add a configure option to pass -std=c++11 on the command line.Eric Christopher2012-08-03
* Remove a dead prototype.Jakob Stoklund Olesen2012-08-03
* Revert previous patch here, we should instead configure in specificEric Christopher2012-08-03
* Delete dead function.Jakob Stoklund Olesen2012-08-03
* Don't delete dead code in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-03
* allow 'make CPPFLAGS=<something>' work againGabor Greif2012-08-03
* Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* [CMake] Add yaml2obj to check-llvm.NAKAMURA Takumi2012-08-03
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* Remove redundant '== true' after a comparison.Richard Trieu2012-08-02
* ARM: Tidy up. Remove unused template parameters.Jim Grosbach2012-08-02
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-02