[python-bindings] Implemented the PassRegistry class and the calls to initialize...
[oota-llvm.git] / lib /
2013-09-10 Eli FriedmanDon't assert on invalid loop vectorization hint.
2013-09-10 Eli FriedmanFix another mistake in r190442.
2013-09-10 Eli FriedmanFix unused variables.
2013-09-10 Eli FriedmanFix mistake in r190442.
2013-09-10 Eli FriedmanRemove unused functions.
2013-09-10 Eric ChristopherHoist section call out of loop.
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Matt ArsenaultFix typo
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-10 Benjamin KramerLoopVectorize: PHI nodes are always at the beginning...
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-10 Jim GrosbachARM: Use the PICADD opcode calculated.
2013-09-10 Logan ChienRemove unused private member in ARMAsmPrinter.cpp.
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
2013-09-10 Richard Sandiford[SystemZ] Update README.
2013-09-10 Richard Sandiford[SystemZ] Add TM and TMY
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Vladimir MedicAdd test cases for Mips mthc1/mfhc1 instructions. Add...
2013-09-10 Vladimir MedicRemove obsolete code from MipsAsmParser.cpp.
2013-09-10 NAKAMURA TakumiMCObjectFileInfo.cpp: Fix a couple of possible typo...
2013-09-10 Matt ArsenaultDon't use getSetCCResultType for creating a vselect
2013-09-10 Matt ArsenaultUse StringRef::npos for StringRef instead of std::strin...
2013-09-10 Bill WendlingRevert r190366. It was breaking build bots.
2013-09-09 Andrew TrickEnable -misched-cyclicpath by default.
2013-09-09 Bill WendlingUse a default value for the prologue's debug location.
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Andrew Trickmi-sched: smooth out the cyclicpath heuristic.
2013-09-09 Jack Carterwhite spaces and long lines
2013-09-09 Eli FriedmanDon't shrink atomic ops to bool in GlobalOpt.
2013-09-09 Bill WendlingSet the encoding to '0' if we don't have an MAB.
2013-09-09 Quentin Colombet[InstCombiner] Expose opportunities to merge subtract...
2013-09-09 Eric ChristopherAlways add global names. We're adding them in the rest...
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-09 Manman RenDebug Info: Update isScope to make sure DIType is a...
2013-09-09 Akira Hatanaka[mips] When double precision loads and stores are split...
2013-09-09 Benjamin Kramer[stackprotector] Modernize code with IRBuilder
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-09-09 Aaron BallmanA better way to silence the warning in MSVC (replaces...
2013-09-09 Aaron BallmanSilencing a warning about control flow reaching the...
2013-09-09 Robert LyttonXCore handling of thread local lowering
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-09-09 Robert LyttonXCore target: fix weak linkage attribute handling
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: use null instead of "i32 0" in DIBuilder.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-08 Craig TopperAdd neverHasSideEffects=1 on a couple move instructions.
2013-09-08 Craig TopperUsing popcount should check the popcount feature flag...
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-09-07 Akira Hatanaka[mips] Place parentheses around && to silence warning.
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-07 Akira Hatanaka[mips] Use uimm5 and uimm6 instead of shamt and imm...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
2013-09-06 Akira Hatanaka[mips] Define "trap" as a pseudo instruction that turns...
2013-09-06 Akira Hatanaka[mips] Delete unused classes and defs.
2013-09-06 Akira Hatanaka[mips] Make "b" (unconditional branch) a pseudo. "b...
2013-09-06 Akira Hatanaka[mips] Set instruction itineraries of loads, stores...
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-09-06 Aaron WatryR600: Add support for LDS atomic subtract
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Move a helper function getTypeIdentifier...
2013-09-06 Andrew Trickmi-sched: cleanup register pressure update, remove...
2013-09-06 Andrew Trickmi-sched: improve regpressure tracing.
2013-09-06 Andrew Trickmi-sched: print tree size in -view-misched-dags
2013-09-06 Andrew Trickmi-sched: register pressure update tracing.
2013-09-06 Andrew Trickmi-sched: Reorder Cyclicpath (latency) and CriticalMax...
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-06 Matthias Braunavoid unnecessary direct access to LiveInterval::ranges
2013-09-06 Matthias Braunremove unused argument from LiveRanges::join()
2013-09-06 Matthias Braunremove pointless assert
2013-09-06 Matthias Braunfix comment
2013-09-06 Daniel Sanders[mips][msa] Indentation
2013-09-06 Daniel Sanders[mips][msa] Requires<[HasMSA]> is redundant, it is...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Multiply and...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Move to/from...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Move Conditional...
2013-09-06 Tim NorthoverSelectionDAG: create correct BooleanContent constants
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS disassembler...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
next