index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-2
/
+1
*
clang-format my last commit
David Blaikie
2015-04-05
1
-28
/
+35
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-38
/
+44
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-6
/
+5
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-6
/
+6
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-6
/
+6
*
DebugInfo: Correct the location of EH cleanup for blocks
David Blaikie
2015-01-13
1
-0
/
+2
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-6
/
+7
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-6
/
+6
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-6
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+6
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-6
/
+6
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-6
/
+6
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-1
/
+4
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-2
/
+0
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-2
/
+2
*
Debug info for blocks: Fix a bug caught by the Verifier.
Adrian Prantl
2014-11-21
1
-1
/
+3
*
Fix a crash when compiling blocks in OpenCL with multiple
Pekka Jaaskelainen
2014-08-14
1
-1
/
+7
*
Objective-C. Fixes an assert where because of captured
Fariborz Jahanian
2014-08-12
1
-0
/
+10
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-1
/
+1
*
Eliminate redundant MangleBuffer class
Alp Toker
2014-06-03
1
-5
/
+3
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-33
/
+39
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-9
/
+12
*
Use auto to avoid duplicating the type.
Rafael Espindola
2014-05-09
1
-4
/
+4
*
Use predicate function to simplify a bit.
Rafael Espindola
2014-05-08
1
-2
/
+1
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-4
/
+4
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-4
/
+5
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-1
/
+1
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-40
/
+32
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-17
/
+17
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
1
-1
/
+7
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-17
/
+9
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+4
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-2
/
+2
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-12
/
+0
*
Debug Info: Fix an oversight of r186553. Ensure that the function prologue
Adrian Prantl
2013-07-24
1
-4
/
+6
*
s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
2013-07-18
1
-2
/
+2
*
Don't generate bogus line table entries for __copy_helper_block_ and
Adrian Prantl
2013-07-18
1
-0
/
+4
*
Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
2013-07-18
1
-2
/
+1
[next]