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
/
ObjectFilePCHContainerOperations.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-2
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Remove unnecessary include.
Richard Trieu
2018-12-06
1
-1
/
+0
*
[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.
Adrian Prantl
2018-11-29
1
-0
/
+2
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
-gmodules: Emit debug info for implicit module imports via #include.
Adrian Prantl
2018-01-03
1
-0
/
+5
*
Simplify code (NFC)
Adrian Prantl
2018-01-03
1
-3
/
+2
*
Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.
Adrian Prantl
2017-07-18
1
-0
/
+3
*
Modules: Use hash of PCM content for SIGNATURE
Duncan P. N. Exon Smith
2017-03-13
1
-2
/
+7
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
1
-4
/
+5
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-7
/
+7
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
1
-4
/
+3
*
Support object-file-wrapped modules in clang -module-file-info.
Adrian Prantl
2016-08-17
1
-13
/
+17
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-15
/
+14
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
[modules][debuginfo] Only include imported modules when targeting LLDB
David Blaikie
2016-05-03
1
-0
/
+1
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-2
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+2
*
Module Debugging: Fix a crash when emitting debug info for nested tag types
Adrian Prantl
2016-03-07
1
-0
/
+9
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-6
/
+6
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-1
/
+1
*
Module Debugging: Canonicalize the file names used as PCH module names
Adrian Prantl
2016-01-22
1
-4
/
+8
*
Module debugging: Create a parent DIModule with the PCH name for types
Adrian Prantl
2016-01-22
1
-1
/
+5
*
Fix the build by using the correct suffix for 64 bit literals
Adrian Prantl
2016-01-22
1
-1
/
+1
*
Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.
Adrian Prantl
2016-01-22
1
-1
/
+1
*
Module Debugging: Use a nonzero DWO id for precompiled headers.
Adrian Prantl
2016-01-22
1
-1
/
+5
*
Module Debugging: Make sure that anonymous tag decls that define global
Adrian Prantl
2016-01-19
1
-7
/
+6
*
Module Debugging: Defer the emission of anonymous tag decls
Adrian Prantl
2016-01-19
1
-0
/
+4
*
Module debugging: Defer emitting tag types until their definition
Adrian Prantl
2016-01-06
1
-3
/
+16
*
Module Debugging: Emit module debug info for types inside of Objective-C
Adrian Prantl
2015-10-23
1
-0
/
+4
*
Remove a redundant check. NFC
Adrian Prantl
2015-10-23
1
-2
/
+1
*
Module Debugging: Use the clang module signature as the module's dwo_id
Adrian Prantl
2015-09-22
1
-1
/
+1
*
Debug Info: When building a module, emit skeleton CUs for imported modules.
Adrian Prantl
2015-09-21
1
-0
/
+7
*
Module debugging: Support submodules in the PCM/PCH debug info.
Adrian Prantl
2015-09-20
1
-0
/
+5
*
Further simplify the interface of PCHContainerGenerator
Adrian Prantl
2015-09-19
1
-7
/
+7
*
Eliminate a redundant check.
Adrian Prantl
2015-09-19
1
-3
/
+2
*
Simplify the interface of PCHContainerGenerator and friends
Adrian Prantl
2015-09-18
1
-13
/
+12
*
Debug Info: Remove an unnecessary debug type visitor.
Adrian Prantl
2015-09-10
1
-7
/
+0
*
Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-3
/
+3
*
Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-3
/
+3
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-3
/
+3
*
Module Debugging: Emit debug type information into clang ObjC modules.
Adrian Prantl
2015-09-08
1
-0
/
+42
*
Module Debugging: Emit debug type information into clang modules.
Adrian Prantl
2015-09-08
1
-0
/
+58
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+1
*
Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith
2015-08-18
1
-4
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...
Richard Smith
2015-08-09
1
-1
/
+6
[next]