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
...
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Schedule discriminator pass.
Diego Novillo
2014-03-03
1
-0
/
+8
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Accept -no-integrated-as in -cc1 and forward it to llvm.
Rafael Espindola
2014-02-21
1
-0
/
+3
*
[asan] Remove -fsanitize-address-zero-base-shadow command line
Evgeniy Stepanov
2014-01-16
1
-4
/
+2
*
[cleanup] Update the include of Dominators.h to reflect its move to the
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Update Clang to reflect the new header for the bitcode writer pass
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Update the creation of an IR printing pass to reflect the API
Chandler Carruth
2014-01-12
1
-1
/
+1
*
[PM] Update Clang to follow the header rename in LLVM r199041.
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Update Clang for the move of headers in r198688.
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Verify that clang TargetInfo descriptions match DataLayout strings from LLVM
Alp Toker
2014-01-02
1
-3
/
+16
*
Bury leaked pointers in a global array to silence a leak detector in --disabl...
Kostya Serebryany
2013-12-27
1
-1
/
+2
*
Move the TargetMachine instance into EmitAssemblyHelper
Alp Toker
2013-12-20
1
-19
/
+21
*
Add -freroll-loops to enable loop rerolling
Hal Finkel
2013-11-17
1
-0
/
+1
*
Add -fprofile-sample-use to Clang's driver.
Diego Novillo
2013-11-13
1
-0
/
+12
*
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
Richard Smith
2013-10-22
1
-1
/
+1
*
Add support for -fsanitize-blacklist and default blacklists for DFSan.
Peter Collingbourne
2013-08-14
1
-1
/
+4
*
DataFlowSanitizer; Clang changes.
Peter Collingbourne
2013-08-07
1
-0
/
+12
*
Use function attributes to indicate if we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+0
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-3
/
+0
*
Use function attributes to pass along the stack protector buffer size instead...
Bill Wendling
2013-07-12
1
-1
/
+0
*
Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
Nick Lewycky
2013-06-25
1
-0
/
+3
*
Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if
Nick Lewycky
2013-06-21
1
-0
/
+1
*
CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'
Meador Inge
2013-06-20
1
-1
/
+0
*
Plumb through the -fsplit-stack option using the existing backend
Eric Christopher
2013-04-04
1
-0
/
+1
*
If we're unable to create the TargetMachine, then just quit producing the
Chad Rosier
2013-03-27
1
-1
/
+2
*
Fix a crasher by reporting a fatal error if we're unable to create the target
Chad Rosier
2013-03-26
1
-1
/
+1
*
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-20
1
-2
/
+1
*
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-20
1
-1
/
+2
*
Update GCOVProfiling pass creation for API change in r177002. No functionalit...
Nick Lewycky
2013-03-14
1
-7
/
+12
*
Fix build with clang, this was supposed to be part of r176617.
Nick Lewycky
2013-03-07
1
-3
/
+3
*
Update clang for LLVM API change. No functionality change.
Nick Lewycky
2013-02-27
1
-1
/
+2
*
[msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
2013-01-31
1
-0
/
+12
*
Since ObjCARC has been refactored into its own library with its own declarati...
Michael Gottesman
2013-01-28
1
-0
/
+1
*
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
1
-7
/
+11
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-8
/
+8
*
Switch to asking the target machine to add any relevant analysis passses
Chandler Carruth
2013-01-07
1
-19
/
+8
*
Companion patch to r171621 which changed the interface for creating TTI
Chandler Carruth
2013-01-05
1
-14
/
+10
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part.
Alexey Samsonov
2012-12-28
1
-4
/
+8
*
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-24
1
-1
/
+4
*
BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
1
-0
/
+1
*
Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...
Bill Wendling
2012-12-10
1
-1
/
+3
*
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
[prev]
[next]