summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-067-24/+44
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-051-2/+5
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-051-2/+13
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-052-15/+11
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-051-204/+338
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-052-6/+9
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-052-3/+1
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-0/+223
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-051-1/+10
* Removing spurious dependency of IPO on JumpInstrTablesTom Roeder2014-06-051-1/+0
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-0520-1/+475
* [PPC64LE] Temporarily disable VSX support in little-endian modeBill Schmidt2014-06-051-0/+5
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-051-2/+4
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-051-1/+1
* [SystemZ] Do not install IfConverter pass at -O0Ulrich Weigand2014-06-051-1/+2
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-051-6/+30
* Prevent hoisting the instruction whose def might be clobbered by the terminator.Sasa Stankovic2014-06-051-4/+11
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-051-0/+10
* Revert r210221 again, due to a crash Richard Smith has provided involving sel...David Blaikie2014-06-051-2/+1
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-052-7/+2
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-051-6/+5
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-051-5/+6
* DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...David Blaikie2014-06-051-2/+4
* We've got a getSlotSize call already that we use everywhere else,Eric Christopher2014-06-051-2/+3
* R600/SI: Match rsq instructionsMatt Arsenault2014-06-051-2/+6
* 80-columns.Eric Christopher2014-06-051-1/+2
* Remove uses of the TargetMachine from X86FrameLowering.Eric Christopher2014-06-053-19/+25
* Use nullptrMatt Arsenault2014-06-051-3/+2
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-043-14/+42
* Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...Nick Lewycky2014-06-041-0/+4
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-041-3/+8
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-043-5/+5
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-045-10/+10
* Two small enhancements for the JIT.Yaron Keren2014-06-041-1/+6
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-041-7/+46
* [AArch64] clang-format the load/store optimizer.Tilmann Scheller2014-06-041-16/+25
* [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer.Tilmann Scheller2014-06-041-19/+19
* Fix gcc -Wparentheses warning.Patrik Hagglund2014-06-041-1/+1
* Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped an...Nick Lewycky2014-06-041-1/+1
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-045-3/+23
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-041-229/+15
* GraphWriter: try gv before xdg-openAlp Toker2014-06-041-2/+2
* GraphWriter: support the XDG open utilityAlp Toker2014-06-041-2/+8
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-041-1/+5
* Fix typosMatt Arsenault2014-06-032-8/+8
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-031-9/+18
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-031-0/+1
* Fixup formatting in the pass.Eric Christopher2014-06-031-86/+86
* Update comments to match reality.Rafael Espindola2014-06-031-4/+4
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-031-0/+2
OpenPOWER on IntegriCloud