summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merging r232439:"Tom Stellard2015-05-041-1/+0
* Merging r232439:Tom Stellard2015-05-011-0/+1
* Merging r229680:Daniel Sanders2015-04-272-0/+4
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-121-2/+0
* Merging r229408:Hans Wennborg2015-02-171-11/+7
* Port r226896 to the 3.6 branch.Rafael Espindola2015-02-101-1/+1
* Merging r227861:Hans Wennborg2015-02-041-2/+2
* Merging r228053:Hans Wennborg2015-02-041-1/+2
* Merging r226382:Hans Wennborg2015-02-021-2/+1
* Merging r226707:Hans Wennborg2015-01-221-0/+6
* Revert r225705 from the branch.Rafael Espindola2015-01-215-41/+22
* [mips] Handle transparent unions correctly.Daniel Sanders2015-01-141-0/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-1411-15/+14
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-1416-209/+117
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-142-0/+5
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-1/+0
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-0/+1
* Update for move in llvm.Eric Christopher2015-01-141-1/+1
* Sink a parameter into the callee since it's always the same expression in ter...David Blaikie2015-01-142-9/+7
* DebugInfo: Correct the location of EH cleanup for blocksDavid Blaikie2015-01-131-0/+2
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-132-6/+12
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-38/+85
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-125-22/+41
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-122-5/+6
* Don't use a doc comment in a function body.Nico Weber2015-01-121-3/+3
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-122-7/+8
* CodeGen: Simplify consecutive '%' modifiersDavid Majnemer2015-01-111-2/+3
* CodeGen: Simplify consecutive '&' modifiersDavid Majnemer2015-01-111-0/+5
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-102-17/+41
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-0916-117/+209
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+14
* InstrProf: Don't emit counter increments in dead codeJustin Bogner2015-01-091-0/+2
* Revert r225085, it caused PR22096.Nico Weber2015-01-072-0/+11
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-2/+2
* Fix comment typo.Nico Weber2015-01-071-1/+1
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+3
* R600: Handle amdgcn tripleTom Stellard2015-01-062-0/+3
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-024-12/+23
* DebugInfo: Remove some now-unnecessary location handling around function argu...David Blaikie2015-01-022-11/+0
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-022-15/+1
* CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer2015-01-011-16/+16
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-3015-184/+95
* Add a public accessor for GlobalCtors in CodeGenModuleKeno Fischer2014-12-301-0/+5
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-92/+184
* PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2014-12-291-1/+1
* Use std::find_if instead of manual loop.David Blaikie2014-12-291-8/+4
* Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie2014-12-291-0/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-184/+92
* CodeGen: Optimize emssion of zeroinitialzied arraysDavid Majnemer2014-12-281-12/+24
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-271-2/+150