summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-06
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-05
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-05
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-05
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-05
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-05
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-05
* Removing spurious dependency of IPO on JumpInstrTablesTom Roeder2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* [PPC64LE] Temporarily disable VSX support in little-endian modeBill Schmidt2014-06-05
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-05
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-05
* [SystemZ] Do not install IfConverter pass at -O0Ulrich Weigand2014-06-05
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-05
* Prevent hoisting the instruction whose def might be clobbered by the terminator.Sasa Stankovic2014-06-05
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-05
* Revert r210221 again, due to a crash Richard Smith has provided involving sel...David Blaikie2014-06-05
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-05
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...David Blaikie2014-06-05
* We've got a getSlotSize call already that we use everywhere else,Eric Christopher2014-06-05
* R600/SI: Match rsq instructionsMatt Arsenault2014-06-05
* 80-columns.Eric Christopher2014-06-05
* Remove uses of the TargetMachine from X86FrameLowering.Eric Christopher2014-06-05
* Use nullptrMatt Arsenault2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...Nick Lewycky2014-06-04
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Two small enhancements for the JIT.Yaron Keren2014-06-04
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* [AArch64] clang-format the load/store optimizer.Tilmann Scheller2014-06-04
* [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer.Tilmann Scheller2014-06-04
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-06-04
* Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped an...Nick Lewycky2014-06-04
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-04
* GraphWriter: try gv before xdg-openAlp Toker2014-06-04
* GraphWriter: support the XDG open utilityAlp Toker2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Fix typosMatt Arsenault2014-06-03
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03