summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-3/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+4
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-5/+2
* convert builtin_unpredictable on a switch into metadata for LLVMSanjay Patel2015-09-091-0/+19
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-26/+20
* Use CGLoopInfo to emit metadata for loop hint pragmas.Tyler Nowicki2015-07-271-114/+8
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+3
* Fix alignment issues in Clang.James Y Knight2015-07-171-2/+2
* [inlineasm] Attach readonly and readnone to inline-asm instructions.Akira Hatanaka2015-07-101-1/+25
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+3
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+3
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-241-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+3
* [CodeGen] Don't evaluate immediate inlineasm arguments using isICE().Ahmed Bougacha2015-06-131-1/+1
* Add assume_safety option for pragma loop vectorize and interleave.Tyler Nowicki2015-06-111-4/+4
* [CodeGen] Emit Constants for immediate inlineasm arguments.Ahmed Bougacha2015-06-111-0/+10
* InstrProf: Cede ownership of createProfileWeights to CGFJustin Bogner2015-05-021-8/+8
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-48/+34
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+6
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-6/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+6
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-6/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+6
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-6/+0
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+6
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+2
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-2/+0
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+2
* [ms] Implement codegen for __leave.Nico Weber2015-02-121-3/+2
* Inline asm IR input register constraints don't have early clobberEric Christopher2015-02-061-4/+3
* Preserve early clobber flag when using named registers in inline assembly.Daniel Sanders2015-02-041-4/+5
* Address review feedback for r228003.Adrian Prantl2015-02-031-2/+2
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-4/+4
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-2/+2
* CodeGen: Simplify consecutive '%' modifiersDavid Majnemer2015-01-111-2/+3
* CodeGen: Simplify consecutive '&' modifiersDavid Majnemer2015-01-111-0/+5
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-2/+2
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-2/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+2
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-2/+2
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-2/+2
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-10/+15
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-2/+0
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-28/+24
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-2/+9
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+3
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-3/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+3
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+3
OpenPOWER on IntegriCloud