oota-llvm.git
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-05 Bill WendlingAttempt to fix buildbots by XFAILing some architectures.
2014-01-05 Venkatraman... Add lit.local.cfg for MC/Sparc
2014-01-05 Chandler CarruthUse a shorter name for the IRBuilder member. This will...
2014-01-05 Venkatraman... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Chandler CarruthSimplify the PatternMatch unittest by giving it a modul...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2014-01-05 Nico WeberAdd a FIXME.
2014-01-04 Alp TokerAdd missed cleanup from r198456
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Venkatraman... [Sparc] Add the initial implementation of an asm parser...
2014-01-04 Venkatraman... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-04 Andrew Trickwhitespace
2014-01-04 Craig TopperRemove JMP64pcrel32 (jmpq ). There are no tests for...
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Jack Carter[Mips]Work around MIPS linker issues exposed by commit...
2014-01-03 Adrian PrantlFileCheck: Print a nice error message for missing closi...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Rafael EspindolaFix typo.
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 Eric Christopher80-column.
2014-01-03 Eric ChristopherRemove TextSectionSym as it is unused.
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-03 David BlaikieFix break introduced in r198377 due to using a local...
2014-01-02 David BlaikieTest coverage for non-default-constructible elements...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Hal Finkel[PPC] Fix comment to match function name
2014-01-02 Eric ChristopherRemove comments on CU skeleton construction, they're...
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2014-01-02 Eric ChristopherElaborate on comment for skeleton CU construction.
2014-01-02 Eric ChristopherRevert seemingly unnecessary section sym for the data...
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 Andrew Trickindvars: cleanup the IV visitor. It does more than...
2014-01-02 Matt ArsenaultFix all the verifier tests I added for address spaces.
2014-01-02 Eric ChristopherFix up a couple of review comments:
2014-01-02 Eric ChristopherSimplify conditional.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Hal Finkel[TableGen] Handle ValueType in CodeGenDAGPatterns GetNu...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2014-01-02 Lang HamesRemove redundant fold call introduced in r195944. Thank...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2014-01-02 Andrew Trickindvars: insert truncate at loop boundary to avoid...
2014-01-02 Craig TopperMark REX64_PREFIX as In64BitMode, remove hack from...
2014-01-02 Douglas GregorCMake separate projects: use correct name for LIBRARY_O...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2014-01-02 Craig TopperRemove unused HasFROperands field from disassembler.
2014-01-02 David BlaikieUse LLVM_STATIC_ASSERT rather than a hand-rolled implem...
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2014-01-02 Craig TopperRemove unnecessary stirng comparison from disassembler.
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2014-01-02 Douglas GregorRemove CMake-Xcode hack that symlinked llvm-config...
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2014-01-02 Alp TokerSupport LLVM_STATIC_ASSERT() in clang pre-C++11 mode
2014-01-02 Craig TopperRemove unused function argument.
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2014-01-01 Alp TokerRename 'assert' to something less loaded in CompileAsse...
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Venkatraman... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 Venkatraman... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2014-01-01 NAKAMURA TakumiUpdate the copyright credits -- Happy new year 2014!
2014-01-01 Alp TokerSilence g++ 4.9 build issue in unit tests
2013-12-31 Craig TopperAdd two fp test cases I missed in my previous commit.
2013-12-31 Craig TopperAdd more X86 FP stack disassembler test cases.
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-31 Craig TopperRemove old comment referring to an argument that no...
2013-12-31 Mark SeabornFix misaligned indentation in "if" block in MipsMCCodeE...
2013-12-31 Craig TopperAdd missing MRM_XX forms to the old JIT emitter for...
2013-12-31 Craig TopperRemove MRMInitReg form now that it's last use is gone.
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-31 Craig TopperHandle MOV32r0 in expandPostRAPseudo instead of MCInst...
2013-12-30 Craig TopperMerge case statements to remove redundant code.
next