oota-llvm.git
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-10-01 Eric ChristopherUpdate comments.
2013-10-01 Matt ArsenaultFix code duplication
2013-09-30 Preston GurdForgot to add a break statement.
2013-09-30 Matt ArsenaultUse CHECK-LABEL
2013-09-30 Matt ArsenaultReuse variable
2013-09-30 Preston GurdThe X86FixupLEAs pass for Intel Atom must not call...
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-30 Eric ChristopherAdd llvm-readobj to the list of programs to find in...
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-30 Matt ArsenaultUse right address space size in InstCombineCompares
2013-09-30 Matt ArsenaultConstant fold ptrtoint + compare with address spaces
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-30 Tilmann Scheller[ARM] Fix Thumb(-2) diagnostic tests.
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I8 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I5 instructions.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for 2R instructions.
2013-09-30 Jack Carter[PATCH 1/4] [mips][msa] Source register of FILL instruc...
2013-09-30 Tilmann Scheller[ARM] Use FileCheck instead of grep for ARM LDRD negati...
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Arnold SchwaighoferSwift model: Fix uop description on some writes
2013-09-30 Benjamin KramerBoundsChecking: Fix refacto.
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-30 Benjamin KramerInstCombine: Replace manual fast math flag copying...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Benjamin KramerIRBuilder: Move fast math flags to IRBuilderBase.
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-09-30 Tilmann Scheller[ARM] Assembler: Add more negative tests for ARM LDRD.
2013-09-30 Richard Sandiford[SystemZ] Revert r191661: Add definitions of LFH and...
2013-09-30 Richard Sandiford[SystemZ] Add definitions of LFH and STFH
2013-09-30 Richard Sandiford[SystemZ] Add GRH32 for the high word of a GR64
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-30 Daniel Sanders[mips] Fix a broken link to mips.com in the documentation.
2013-09-30 Richard Sandiford[SystemZ] Add change missing from previous commit
2013-09-30 Richard Sandiford[SystemZ] Rename 32-bit GPR registers
2013-09-30 Craig TopperFilter out repeated sections from the X86 disassembler...
2013-09-30 Craig TopperAdd a few more FMA4 disassembler test cases to match...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-29 Benjamin KramerRemove an old workaround for a compiler that EOL'd...
2013-09-29 Benjamin KramerPlug a memory leak in a unit test. Stack allocation...
2013-09-29 Benjamin KramerDeallocate type units when destroying a DWARFContext.
2013-09-29 Benjamin KramerAllocate AtomicSDNode operands in SelectionDAG's alloca...
2013-09-29 Craig TopperRevert accidental commit.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-29 Craig TopperAdd comments for XOPA map introduced with TBM instructi...
2013-09-28 Benjamin KramerAdd a test that large offsets on GEPs on 32 bits target...
2013-09-28 Chandler CarruthEnable libcxx as part of the top level CMake build...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardSelectionDAG: Silence unused variable warning on releas...
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
2013-09-28 Tom StellardSelectionDAG: Improve legalization of SELECT_CC with...
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-28 Tom StellardSelectionDAG: Clean up LegalizeSetCCCondCode() function
2013-09-28 NAKAMURA TakumiMipsMachineFunction.cpp: Add missing #include <raw_ostr...
2013-09-28 Matt ArsenaultFix typo
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Manman RenTBAA: try to fix the dragonegg bots.
2013-09-27 Eric ChristopherUnify conditionals and reformat.
2013-09-27 Matt ArsenaultMinor code simplification
2013-09-27 Akira Hatanaka[mips] Define a derived class of PseudoSourceValue...
2013-09-27 Matt ArsenaultUse right pointer type in DebugIR
2013-09-27 Matt ArsenaultUse type helper functions
2013-09-27 Eric ChristopherRework conditional for printing out pub sections.
2013-09-27 Josh Magee[stackprotector] Refactor the StackProtector pass from...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaResurrect lit.local.cfg to un-break hexagon buildbot.
2013-09-27 Matt ArsenaultFix SLPVectorizer using wrong address space for load...
2013-09-27 Dmitri GribenkoSourceMgr diagnotics printing: fix a bug where printing...
2013-09-27 Renato GolinClarifying doc about cross-compiling
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Bill WendlingUpdate.
2013-09-27 Justin BognerInstCombine: Only foldSelectICmpAndOr for integer types
2013-09-27 Akira Hatanaka[mips] Rewrite MipsTargetLowering::getAddr functions...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-27 Justin BognerTransforms: Use getFirstNonPHI to set the insertion...
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
2013-09-27 Richard Sandiford[SystemZ] Improve handling of PC-relative addresses
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Rename arguments to MSA_INSERT_DESC_BASE...
2013-09-27 Daniel Sanders[mips][msa] Implemented insert_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Implemented extract_vector_elt for v4f32...
2013-09-27 Andrea Di BiagioRemove superfluous comment accidentally checked-in.
next