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
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
1
-5
/
+11
*
Add -fsanitize=memory.
Evgeniy Stepanov
2012-12-03
1
-0
/
+12
*
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-29
1
-8
/
+24
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Cla...
Kostya Serebryany
2012-11-28
1
-1
/
+2
*
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-23
1
-4
/
+2
*
Make -ffp-contract a codegen option, rather than a laguage option. This makes
Lang Hames
2012-11-15
1
-4
/
+4
*
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
Chad Rosier
2012-11-09
1
-1
/
+0
*
[driver] Add a -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-11-09
1
-0
/
+1
*
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-05
1
-2
/
+2
*
Clang now attempts to create a TargetMachine whenever a triple is given.
Nadav Rotem
2012-10-24
1
-8
/
+17
*
Change EmitAssemblyHelper to create the target machine early
Nadav Rotem
2012-10-24
1
-17
/
+49
*
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
1
-2
/
+2
*
IRgen: Initialize TargetLoweringInfo with a triple.
Daniel Dunbar
2012-10-19
1
-1
/
+2
*
Reintroduce the TargetTransformInfo to the clang pass manager.
Nadav Rotem
2012-10-19
1
-1
/
+5
*
Revert svn r165741 "Add TargetTransformInfo to the clang driver."
Bob Wilson
2012-10-18
1
-5
/
+1
*
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clan...
Kostya Serebryany
2012-10-15
1
-1
/
+1
*
Add TargetTransformInfo to the clang driver.
Nadav Rotem
2012-10-11
1
-1
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
[driver] Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-0
/
+1
*
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-07-06
1
-0
/
+13
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-0
/
+3
*
wire -fbounds-checking to the new LLVM bounds checking pass
Nuno Lopes
2012-05-22
1
-0
/
+14
*
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-27
1
-1
/
+1
*
Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test
Chandler Carruth
2012-04-08
1
-0
/
+1
*
Fix an oversight: don't run ARC optimization cleanup at -O0.
Dan Gohman
2012-04-04
1
-1
/
+2
*
use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer
Kostya Serebryany
2012-03-23
1
-1
/
+1
*
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-03-01
1
-1
/
+13
*
Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated
Chad Rosier
2012-02-29
1
-0
/
+6
*
Prevent llvm.lifetime intrinsics from being emitted at -O0.
Chad Rosier
2012-02-25
1
-1
/
+5
*
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-02-07
1
-3
/
+2
*
Reserve a moderate amount of space for the back-end arguments.
Bill Wendling
2012-02-07
1
-0
/
+1
*
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-03
1
-0
/
+1
*
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2012-01-23
1
-0
/
+1
*
Enable the new ObjC ARC autorelease pool elimination pass.
Dan Gohman
2012-01-17
1
-0
/
+7
*
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-14
1
-3
/
+0
*
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-12-12
1
-0
/
+3
*
Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack
Nick Lewycky
2011-12-06
1
-5
/
+2
*
Add -mstack-alignment=X and fix -mstackrealign handling now that the
Joerg Sonnenberger
2011-12-05
1
-0
/
+5
*
Update for change to LLVM TargetMachine API in r145714.
Nick Lewycky
2011-12-02
1
-34
/
+37
*
make asan work at -O0, clang part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
1
-0
/
+2
*
implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...
Kostya Serebryany
2011-11-22
1
-1
/
+1
*
Add -f[no-]address-sanitizer flag
Kostya Serebryany
2011-11-16
1
-0
/
+10
*
Match LLVM API change.
Evan Cheng
2011-11-16
1
-9
/
+10
*
Turn on the new .file directive when appropriate, instead of turning it off.
Nick Lewycky
2011-10-31
1
-2
/
+2
*
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-17
1
-0
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-3
/
+4
*
[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...
Chad Rosier
2011-08-26
1
-0
/
+2
*
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Update for LLVM change in PassManagerBuilder.
Rafael Espindola
2011-08-02
1
-1
/
+5
[next]