summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert 209903 and 210040.Rafael Espindola2014-06-07
* Fix the MachineScheduler's logic for updating ready times for in-order.Andrew Trick2014-06-07
* Replace the use of TargetMachine with a tiny bool variable.Eric Christopher2014-06-06
* Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher2014-06-06
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-06
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-06
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-06
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Fixed a bug in lowering shuffle_vectors to insertpsFilipe Cabecinhas2014-06-06
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-06
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-06
* 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