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