summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-30
* Swift model: Fix uop description on some writesArnold Schwaighofer2013-09-30
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...Benjamin Kramer2013-09-30
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-30
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-30
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-30
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-30
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-30
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-30
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-30
* [mips] Fix a broken link to mips.com in the documentation.Daniel Sanders2013-09-30
* [SystemZ] Add change missing from previous commitRichard Sandiford2013-09-30
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-30
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-30
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-30
* Various x86 disassembler fixes.Craig Topper2013-09-30
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-29
* Remove an old workaround for a compiler that EOL'd years ago.Benjamin Kramer2013-09-29
* Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer2013-09-29
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-29
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-29
* Revert accidental commit.Craig Topper2013-09-29
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-29
* Add comments for XOPA map introduced with TBM instructions.aCraig Topper2013-09-29
* Add a test that large offsets on GEPs on 32 bits targets are handled correctly.Benjamin Kramer2013-09-28
* Enable libcxx as part of the top level CMake build when it is checkedChandler Carruth2013-09-28
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* SelectionDAG: Silence unused variable warning on release buildsTom Stellard2013-09-28
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-28
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-28
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-28
* SelectionDAG: Clean up LegalizeSetCCCondCode() functionTom Stellard2013-09-28
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-28
* Fix typoMatt Arsenault2013-09-28
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-28
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-28
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-27
* Unify conditionals and reformat.Eric Christopher2013-09-27
* Minor code simplificationMatt Arsenault2013-09-27
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-27
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* Use type helper functionsMatt Arsenault2013-09-27
* Rework conditional for printing out pub sections.Eric Christopher2013-09-27
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-27