index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
BackendUtil.cpp
Age
Commit message (
Expand
)
Author
2013-01-31
[msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
2013-01-28
Since ObjCARC has been refactored into its own library with its own declarati...
Michael Gottesman
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-18
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-07
Switch to asking the target machine to add any relevant analysis passses
Chandler Carruth
2013-01-05
Companion patch to r171621 which changed the interface for creating TTI
Chandler Carruth
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-28
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part.
Alexey Samsonov
2012-12-24
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-11
BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-10
Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...
Bill Wendling
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-03
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
Add -fsanitize=memory.
Evgeniy Stepanov
2012-11-29
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-28
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Cla...
Kostya Serebryany
2012-11-23
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-15
Make -ffp-contract a codegen option, rather than a laguage option. This makes
Lang Hames
2012-11-09
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
Chad Rosier
2012-11-09
[driver] Add a -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-11-05
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-10-24
Clang now attempts to create a TargetMachine whenever a triple is given.
Nadav Rotem
2012-10-24
Change EmitAssemblyHelper to create the target machine early
Nadav Rotem
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-19
IRgen: Initialize TargetLoweringInfo with a triple.
Daniel Dunbar
2012-10-19
Reintroduce the TargetTransformInfo to the clang pass manager.
Nadav Rotem
2012-10-18
Revert svn r165741 "Add TargetTransformInfo to the clang driver."
Bob Wilson
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clan...
Kostya Serebryany
2012-10-11
Add TargetTransformInfo to the clang driver.
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-21
[driver] Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-07-06
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-06-19
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-05-22
wire -fbounds-checking to the new LLVM bounds checking pass
Nuno Lopes
2012-04-27
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-08
Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test
Chandler Carruth
2012-04-04
Fix an oversight: don't run ARC optimization cleanup at -O0.
Dan Gohman
2012-03-23
use EP_OptimizerLast instead of EP_ScalarOptimizerLate for ThreadSanitizer
Kostya Serebryany
2012-03-01
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-02-29
Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated
Chad Rosier
2012-02-25
Prevent llvm.lifetime intrinsics from being emitted at -O0.
Chad Rosier
2012-02-07
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-02-07
Reserve a moderate amount of space for the back-end arguments.
Bill Wendling
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-01-23
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2012-01-17
Enable the new ObjC ARC autorelease pool elimination pass.
Dan Gohman
2011-12-14
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-12
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-12-06
Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack
Nick Lewycky
[next]