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
...
*
[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
*
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
[prev]
[next]