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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+11
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
2
-10
/
+5
*
[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.
Daniel Sanders
2015-05-05
1
-2
/
+2
*
bugpoint Enhancement.
JF Bastien
2015-04-20
1
-7
/
+79
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
2
-8
/
+7
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+3
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+5
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
bugpoint: Verify input files
Duncan P. N. Exon Smith
2015-03-26
1
-0
/
+6
*
bugpoint: Return early after error, NFC
Duncan P. N. Exon Smith
2015-03-26
1
-10
/
+10
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
2015-03-18
1
-1
/
+1
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-7
/
+7
*
Replace a few instances of NULL with nullptr.
David Majnemer
2015-02-26
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
4
-6
/
+6
*
Fix style.
Michael J. Spencer
2014-11-07
1
-8
/
+6
*
Use findProgramByName.
Michael J. Spencer
2014-11-04
2
-17
/
+41
*
Remove the PreserveSource linker mode.
Rafael Espindola
2014-10-28
2
-7
/
+5
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
2
-29
/
+8
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
1
-10
/
+0
*
[Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to close
Lang Hames
2014-10-07
1
-9
/
+1
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Return a std::unique_ptr from parseInputFile and propagate. NFC.
Rafael Espindola
2014-08-26
6
-110
/
+89
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-5
/
+5
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-7
/
+5
*
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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
3
-6
/
+6
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-2
/
+1
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...
NAKAMURA Takumi
2014-07-13
1
-0
/
+8
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
5
-18
/
+13
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
5
-0
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
3
-11
/
+13
*
BugPoint: Fix some memory leaks.
David Blaikie
2014-04-25
1
-0
/
+4
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
9
-52
/
+52
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
2
-0
/
+4
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
Fix a bug introduced during the transition to PathV2.
Rafael Espindola
2014-03-14
1
-1
/
+1
*
static link polly into tools
Sebastian Pop
2014-03-14
2
-0
/
+19
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
5
-89
/
+89
*
[bugpoint] Don't ignore arg in -compile-commad="tool arg"
Adam Nemet
2014-03-08
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
2
-4
/
+5
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
2
-2
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
1
-1
/
+1
[next]