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
/
BackendUtil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add fveclib option.
Michael Zolotukhin
2015-03-17
1
-0
/
+8
*
GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1
Justin Bogner
2015-03-16
1
-0
/
+1
*
Try to fix the build after removing DataLayoutPass
Reid Kleckner
2015-03-04
1
-3
/
+0
*
Add -funique-section-names and -fno-unique-section-names options.
Rafael Espindola
2015-02-20
1
-0
/
+1
*
[PM] Fix #include order here that I forgot to update before changing it.
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[PM] Move away from the old llvm/PassManager.h header and its using
Chandler Carruth
2015-02-13
1
-22
/
+22
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
1
-1
/
+1
*
[multiversion] Update Clang for the API change in LLVM r227731.
Chandler Carruth
2015-02-01
1
-6
/
+9
*
[PM] Update Clang for the new LLVM API in r227685 for managing the
Chandler Carruth
2015-01-31
1
-9
/
+11
*
Update for LLVM API change.
Eric Christopher
2015-01-26
1
-3
/
+2
*
[PM] Update Clang to reflect the TLI API change in LLVM r226981.
Chandler Carruth
2015-01-24
1
-8
/
+9
*
Replace size() calls on containers with empty() calls where appropriate. NFC
Alexander Kornienko
2015-01-23
1
-1
/
+1
*
[PM] Track an LLVM API update which separates the TargetLibraryInfo
Chandler Carruth
2015-01-15
1
-1
/
+2
*
[PM] Update for LLVM r226078 which moved TargetLibraryInfo to the
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Revert "Insert random noops to increase security against ROP attacks (clang)"
JF Bastien
2015-01-14
1
-1
/
+0
*
Insert random noops to increase security against ROP attacks (clang)
JF Bastien
2015-01-14
1
-0
/
+1
*
Update for move in llvm.
Eric Christopher
2015-01-14
1
-1
/
+1
*
Driver: begin threading frontend support for SymbolRewriter
Saleem Abdulrasool
2015-01-09
1
-0
/
+14
*
Update for llvm front end change and use the TargetOptions struct
Eric Christopher
2014-12-18
1
-0
/
+1
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-0
/
+6
*
Introduce -fsanitize-coverage=N flag
Kostya Serebryany
2014-11-11
1
-0
/
+15
*
[Sanitizer] Refactor sanitizer options in LangOptions.
Alexey Samsonov
2014-11-11
1
-1
/
+1
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-5
/
+5
*
Add a new -fmerge-functions -cc1 flag that enables function merging.
Nick Lewycky
2014-10-24
1
-0
/
+1
*
Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.
Alexey Samsonov
2014-10-15
1
-2
/
+2
*
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...
Jonathan Roelofs
2014-10-03
1
-0
/
+5
*
Update for llvm api change.
Rafael Espindola
2014-09-10
1
-3
/
+3
*
Provide a BuryPointer for unique_ptrs.
David Blaikie
2014-08-29
1
-1
/
+1
*
Convert MC command line flag for fatal assembler warnings into a proper
Joerg Sonnenberger
2014-08-26
1
-0
/
+1
*
Refactor TLI creation. NFC.
Rafael Espindola
2014-08-21
1
-7
/
+10
*
Update for LLVM API change.
Eric Christopher
2014-08-04
1
-2
/
+4
*
Use -enable-global-merge option to match llvm r210639. <rdar://problem/17803206>
Bob Wilson
2014-07-26
1
-1
/
+1
*
[ASan] Completely remove sanitizer blacklist file from instrumentation pass.
Alexey Samsonov
2014-07-08
1
-4
/
+1
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-7
/
+2
*
Remove unused variable
Alexey Samsonov
2014-06-02
1
-2
/
+0
*
Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
2014-06-02
1
-9
/
+5
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-4
/
+5
*
Update for paired llvm commit with AsmVerbose.
Eric Christopher
2014-05-21
1
-6
/
+1
*
Update for llvm change to avoid having global flag setting in TargetMachine.
Eric Christopher
2014-05-20
1
-3
/
+2
*
Missed a ! in the if statement when these were being set and the options
Eric Christopher
2014-05-16
1
-1
/
+1
*
Fill in the options in the MCOptions struct directly like the other
Eric Christopher
2014-05-15
1
-9
/
+5
*
CodeGen: fix code model mapping
Saleem Abdulrasool
2014-05-08
1
-1
/
+1
*
Driver: parse -mcmodel earlier
Saleem Abdulrasool
2014-05-08
1
-14
/
+11
*
Drop non-cfi assembly support from clang.
Rafael Espindola
2014-04-30
1
-2
/
+0
*
BackendUtil: Pass through -mdisable-tail-calls
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
verify-di: Call debug info verifier from clang
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+2
*
Update Clang for LLVM split stack API changes in r205997
Reid Kleckner
2014-04-10
1
-1
/
+0
*
Support for -Wa,-compress-debug-sections.
David Blaikie
2014-03-27
1
-0
/
+3
*
Don't recompute inlining threshold - use new overload provided by LLVM
Eli Bendersky
2014-03-12
1
-10
/
+3
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
[prev]
[next]