aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BEXTR should be defined to take same type for bother operands.Craig Topper2013-10-011-1/+1
* SelectionDAG: Clarify comments from r191600Tom Stellard2013-10-011-2/+2
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-014-75/+556
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-018-115/+441
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-012-2/+161
* Update comments.Eric Christopher2013-10-011-2/+2
* Fix code duplicationMatt Arsenault2013-10-011-21/+10
* Forgot to add a break statement.Preston Gurd2013-09-301-0/+1
* Use CHECK-LABELMatt Arsenault2013-09-303-18/+20
* Reuse variableMatt Arsenault2013-09-301-1/+1
* The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddressPreston Gurd2013-09-301-0/+8
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-303-28/+82
* Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher2013-09-301-1/+1
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-302-2/+44
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-302-4/+23
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-302-1/+21
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-303-11/+11
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-302-24/+21
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-302-12/+12
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-309-63/+74
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-3020-207/+131
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-303-28/+75
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-303-49/+202
* [ARM] Clean up ARMAsmParser::validateInstruction().Tilmann Scheller2013-09-301-38/+36
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-303-16/+57
* [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter2013-09-303-15/+41
* [ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller2013-09-301-19/+42
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-306-176/+185
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-304-16/+5
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-302-4/+25
* Swift model: Fix uop description on some writesArnold Schwaighofer2013-09-301-2/+11
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-301-0/+1
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-305-62/+18
* InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...Benjamin Kramer2013-09-301-22/+20
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-304-22/+86
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-301-34/+28
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-309-10/+57
* Enable building LTO on WIN32.Rafael Espindola2013-09-304-5/+16
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-302-2/+25
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-301-0/+8
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-305-134/+0
* [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