aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-305-0/+134
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-306-14/+38
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-309-60/+61
* [mips] Fix a broken link to mips.com in the documentation.Daniel Sanders2013-09-301-1/+1
* [SystemZ] Add change missing from previous commitRichard Sandiford2013-09-301-1/+1
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-306-20/+20
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-302-87/+67
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-301-0/+12
* Various x86 disassembler fixes.Craig Topper2013-09-305-53/+66
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-292-5/+24
* Remove an old workaround for a compiler that EOL'd years ago.Benjamin Kramer2013-09-291-6/+0
* Plug a memory leak in a unit test. Stack allocation is sufficient here.Benjamin Kramer2013-09-291-5/+4
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-291-0/+1
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-292-12/+17
* Revert accidental commit.Craig Topper2013-09-291-1/+41
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-293-55/+9
* Add comments for XOPA map introduced with TBM instructions.aCraig Topper2013-09-292-2/+4
* Add a test that large offsets on GEPs on 32 bits targets are handled correctly.Benjamin Kramer2013-09-281-0/+10
* Enable libcxx as part of the top level CMake build when it is checkedChandler Carruth2013-09-281-2/+3
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-2815-21/+21
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-289-11/+11
* SelectionDAG: Silence unused variable warning on release buildsTom Stellard2013-09-281-0/+1
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-2810-105/+127
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-282-17/+49
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-285-94/+91
* SelectionDAG: Clean up LegalizeSetCCCondCode() functionTom Stellard2013-09-281-26/+51
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-281-0/+1
* Fix typoMatt Arsenault2013-09-281-1/+1
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-287-0/+72
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-288-28/+90
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-271-1/+3
* Unify conditionals and reformat.Eric Christopher2013-09-271-16/+16
* Minor code simplificationMatt Arsenault2013-09-271-11/+8
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-272-0/+106
* Use right pointer type in DebugIRMatt Arsenault2013-09-272-1/+14
* Use type helper functionsMatt Arsenault2013-09-273-6/+4
* Rework conditional for printing out pub sections.Eric Christopher2013-09-271-7/+5
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-272-70/+98
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-278-30/+30
* Resurrect lit.local.cfg to un-break hexagon buildbot.Rui Ueyama2013-09-271-0/+3
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-273-4/+76
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-272-1/+13
* Clarifying doc about cross-compilingRenato Golin2013-09-271-1/+5
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-274-4/+178
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-2715-160/+406
* Update.Bill Wendling2013-09-271-2/+2
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-272-1/+11
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-273-81/+135
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-278-0/+773
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-2728-110/+252