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
/
llvm
/
tools
/
bugpoint
/
bugpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bugpoint] Do not initialize disassembler passes
Tobias Grosser
2017-06-26
1
-1
/
+0
*
Ensure backends available in 'opt' are also available in 'bugpoint'
Tobias Grosser
2017-06-24
1
-0
/
+9
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+2
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-5
/
+3
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-1
/
+7
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-7
/
+1
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-48
/
+47
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+2
*
[bugpoint] Add a -Os option
David Majnemer
2016-07-31
1
-2
/
+6
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
[bugpoint] llvm-gcc doesn't exist anymore ...
Davide Italiano
2015-10-15
1
-8
/
+1
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-1
/
+0
*
[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.
Daniel Sanders
2015-05-05
1
-2
/
+2
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-5
/
+0
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+5
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
1
-10
/
+0
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-1
/
+2
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-1
/
+1
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-2
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
static link polly into tools
Sebastian Pop
2014-03-14
1
-0
/
+10
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix typo
Tobias Grosser
2014-02-19
1
-3
/
+3
*
Do not reference llvm-gcc from bugpoint
Tobias Grosser
2014-01-27
1
-3
/
+3
*
Whitespace.
NAKAMURA Takumi
2014-01-15
1
-8
/
+8
*
[bugpoint] Increase the default memory limit for subprocesses to 300MB.
Daniel Sanders
2013-10-25
1
-3
/
+3
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
1
-0
/
+1
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Fix #includes after my last commit.
Jakub Staszak
2013-01-10
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Allow bugpoint to recognize -bb-vectorize
Hal Finkel
2012-02-07
1
-0
/
+1
*
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
1
-0
/
+1
*
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-08-02
1
-1
/
+1
*
Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...
Eli Friedman
2011-06-06
1
-2
/
+28
*
switch bugpoint and liblto to PassManagerBuilder.
Chris Lattner
2011-05-22
1
-12
/
+10
*
Disable debug mode.
Devang Patel
2011-01-14
1
-2
/
+2
*
Little help to debug the bugpoint itself.
Devang Patel
2011-01-13
1
-0
/
+12
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-3
/
+3
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-0
/
+13
*
Straighten out any triple strings passed on the command line before
Duncan Sands
2010-08-28
1
-2
/
+2
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-2
/
+8
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
1
-8
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+2
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
1
-1
/
+8
[next]