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 -fdebug-info-for-profiling to emit more debug info for sample pgo profile...
Dehao Chen
2017-01-19
1
-0
/
+1
*
[WebAssembly] Add minimal support for the new wasm object format triple.
Dan Gohman
2017-01-17
1
-0
/
+2
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-13
1
-2
/
+5
*
Revert r291774 which caused buildbot failure.
Dehao Chen
2017-01-12
1
-5
/
+2
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-12
1
-2
/
+5
*
[ThinLTO] Optionally ignore empty index file
Teresa Johnson
2017-01-06
1
-16
/
+21
*
Add a cc1 option to force disabling lifetime-markers emission from clang
Mehdi Amini
2017-01-06
1
-1
/
+2
*
Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
Mehdi Amini
2017-01-06
1
-4
/
+15
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
1
-8
/
+22
*
CodeGen: use a StringSwitch instead of cascasding ifs
Saleem Abdulrasool
2016-12-30
1
-15
/
+8
*
[ThinLTO] No need to rediscover imports in distributed backend
Teresa Johnson
2016-12-28
1
-4
/
+16
*
[PH] Teach the new PM code path to support -disable-llvm-passes.
Chandler Carruth
2016-12-27
1
-10
/
+13
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-4
/
+139
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
1
-21
/
+9
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-7
/
+2
*
Include SmallSet.h in BackendUtil.cpp
Hal Finkel
2016-12-15
1
-0
/
+1
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-4
/
+2
*
revert r289670 which breaks bot.
Dehao Chen
2016-12-14
1
-2
/
+4
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-4
/
+2
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
1
-2
/
+29
*
[CodeGen] Insert TargetLibraryInfoWrapperPass before anything else.
Marcin Koscielnicki
2016-11-22
1
-2
/
+9
*
Adapt to llvm NamedRegionTimer changes
Matthias Braun
2016-11-18
1
-1
/
+1
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-8
/
+6
*
Mirror the llvm changes that split Bitcode/ReaderWriter.h
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Use -fsanitize-recover instead of -mllvm -msan-keep-going: clang.
Evgeniy Stepanov
2016-11-07
1
-1
/
+3
*
New clang option -mpie-copy-relocations to use copy relocations for PIE builds.
Sriraman Tallam
2016-10-19
1
-0
/
+2
*
[clang] make reciprocal estimate codegen a function attribute
Sanjay Patel
2016-10-04
1
-3
/
+0
*
[coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov
2016-10-03
1
-0
/
+4
*
Update clang for r282299.
Peter Collingbourne
2016-09-23
1
-17
/
+3
*
Revert of r282255 because of "Fell off the end of a string-switch" buildbot
Sjoerd Meijer
2016-09-23
1
-7
/
+0
*
Fix for r280064 that added options for fp denormals and exceptions.
Sjoerd Meijer
2016-09-23
1
-0
/
+7
*
Remove InstructionCombining and its related pass from sample pgo passes as we...
Dehao Chen
2016-09-19
1
-13
/
+0
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-0
/
+1
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-0
/
+2
*
[ThinLTO] Adapt backend invocation to llvm API changes.
Mehdi Amini
2016-08-17
1
-4
/
+18
*
[PM] Update Clang for LLVM's r278896 which re-organized a header.
Chandler Carruth
2016-08-17
1
-2
/
+3
*
CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.
Teresa Johnson
2016-08-12
1
-33
/
+64
*
[ARM] Command-line options for embedded position-independent code
Oliver Stannard
2016-08-08
1
-0
/
+6
*
Initial vectorization support for svml calls (short vector math library).
Matt Masten
2016-07-29
1
-0
/
+3
*
Add flags to toggle preservation of assembly comments
Nirav Dave
2016-07-27
1
-0
/
+1
*
[Profile] Use a flag to enable PGO rather than the profraw filename
Xinliang David Li
2016-07-23
1
-0
/
+1
*
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li
2016-07-22
1
-1
/
+1
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-87
/
+60
*
Delete dead code.
Sean Silva
2016-07-10
1
-1
/
+0
*
Invoke simplifycfg and sroa before instcombine.
Dehao Chen
2016-06-23
1
-3
/
+9
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-1
/
+2
*
Invoke PruneEH pass before Sample Profile pass.
Dehao Chen
2016-06-21
1
-0
/
+1
*
[asan] Added -fsanitize-address-use-after-scope flag
Vitaly Buka
2016-06-02
1
-4
/
+7
*
Handle -Wa,--mrelax-relocations=[no|yes].
Rafael Espindola
2016-05-29
1
-0
/
+1
*
Add instcombine pass if sampleprofile pass is enabled.
Dehao Chen
2016-05-27
1
-2
/
+10
[prev]
[next]