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
/
CodeGenAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uninitialized bool read causing x86_64-mno-sse.c test failure
Reid Kleckner
2017-05-12
1
-5
/
+5
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-1
/
+1
*
Fix -Wunused-lambda-capture warning in new code
Reid Kleckner
2017-03-13
1
-1
/
+1
*
[Linker] Provide callback for internalization
Jonas Devlieghere
2017-03-13
1
-7
/
+24
*
Rename DiagnosticInfoWithDebugLoc to WithLocation to match LLVM
Justin Bogner
2017-02-17
1
-3
/
+3
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+14
*
IRGen: When loading the main module in the distributed ThinLTO backend, look ...
Peter Collingbourne
2017-01-26
1
-2
/
+23
*
Support MIR opt-remarks with -fsave-optimization-record
Adam Nemet
2017-01-26
1
-33
/
+46
*
[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...
Justin Lebar
2017-01-25
1
-40
/
+44
*
IRGen: Factor out function CodeGenAction::loadModule. NFCI.
Peter Collingbourne
2017-01-24
1
-28
/
+38
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
1
-7
/
+9
*
Fix -Winconsistent-missing-override in CodeGenAction.cpp
Reid Kleckner
2016-11-30
1
-1
/
+1
*
Stop handling interesting deserialized decls after HandleTranslationUnit
Reid Kleckner
2016-11-30
1
-0
/
+13
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-1
/
+2
*
Adapt to llvm NamedRegionTimer changes
Matthias Braun
2016-11-18
1
-1
/
+1
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-4
/
+6
*
Mirror the llvm changes that split Bitcode/ReaderWriter.h
Teresa Johnson
2016-11-11
1
-1
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-1
/
+1
*
Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel
2016-10-11
1
-0
/
+23
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
Adam Nemet
2016-09-27
1
-21
/
+15
*
Adapt to LLVM optimization remark interface change. NFC
Adam Nemet
2016-09-27
1
-1
/
+1
*
Revert "Adapt to LLVM optimization remark interface change. NFC"
Adam Nemet
2016-09-27
1
-1
/
+1
*
Adapt to LLVM optimization remark interface change. NFC
Adam Nemet
2016-09-27
1
-1
/
+1
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-1
/
+9
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-9
/
+1
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-1
/
+9
*
[CodeGen] Handle recursion in LLVMIRGeneration Timer.
Davide Italiano
2016-07-21
1
-8
/
+23
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-10
/
+12
*
[Diag] Add getter shouldAlwaysPrint. NFC
Adam Nemet
2016-06-29
1
-3
/
+3
*
Update for DiagnosticInfoStackSize changes
Matt Arsenault
2016-06-20
1
-1
/
+2
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-0
/
+6
*
Adding omitted column to invalid loc diagnostic.
Ben Craig
2016-05-06
1
-1
/
+1
*
Enable ODR uniquing of DITypes for ThinLTO backends
Teresa Johnson
2016-04-20
1
-0
/
+5
*
Restore slightly less dodgy diagnostic handler for inline asm
Tim Northover
2016-04-06
1
-0
/
+25
*
Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.
Tim Northover
2016-03-31
1
-8
/
+0
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-3
/
+3
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
1
-3
/
+3
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
1
-3
/
+3
*
Temporarily revert these patches:
Eric Christopher
2016-03-12
1
-7
/
+1
*
Fix clang crash: when CodeGenAction is initialized without a context, use the...
Mehdi Amini
2016-03-11
1
-1
/
+1
*
Fix build: use -> with pointers and not .
Mehdi Amini
2016-03-11
1
-1
/
+1
*
Remove compile time PreserveName switch based on NDEBUG
Mehdi Amini
2016-03-11
1
-1
/
+7
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-2
/
+2
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-5
/
+0
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-8
/
+0
*
Avoid double deletion in Clang driver.
Serge Pavlov
2016-02-18
1
-21
/
+8
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-02-02
1
-11
/
+64
*
Revert r259036, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-65
/
+11
[next]