projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if...
[oota-llvm.git]
/
tools
/
bugpoint
/
2015-12-09
Rafael Espindola
Simplify testMergedProgram.
tree
|
commitdiff
2015-12-09
Rafael Espindola
Simplify memory management. NFC.
tree
|
commitdiff
2015-12-09
Rafael Espindola
Return std::unique_ptr from SplitFunctionsOutOfModule...
tree
|
commitdiff
2015-12-09
Rafael Espindola
Simplify memory management. NFC.
tree
|
commitdiff
2015-12-09
Rafael Espindola
Simplify memory management a bit. NFC.
tree
|
commitdiff
2015-12-08
Rafael Espindola
Return a std::unique_ptr from CloneModule. NFC.
tree
|
commitdiff
2015-12-04
Rafael Espindola
Always pass a diagnostic handler to the linker.
tree
|
commitdiff
2015-12-01
Rafael Espindola
Use references now that it is natural to do so.
tree
|
commitdiff
2015-11-26
Hal Finkel
[bugpoint] Fix "Alias must point to a definition" problems
tree
|
commitdiff
2015-11-08
David Majnemer
Make bugpoint ehpad/token friendly
tree
|
commitdiff
2015-11-06
Keno Fischer
Fix bugpoint breakage on libcxx introduced by r252247
tree
|
commitdiff
2015-11-06
Keno Fischer
[bugpoint] Add a named metadata (+their operands) reducer
tree
|
commitdiff
2015-10-20
Duncan P. N. Exon...
bugpoint: Remove implicit ilist iterator conversions...
tree
|
commitdiff
2015-10-15
Davide Italiano
[bugpoint] llvm-gcc doesn't exist anymore ...
tree
|
commitdiff
2015-10-14
Davide Italiano
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
tree
|
commitdiff
2015-10-14
Davide Italiano
[Bugpoint] Use clang by default.
tree
|
commitdiff
2015-10-11
Davide Italiano
[Bugpoint] Get rid of dead code. No functional change.
tree
|
commitdiff
2015-08-19
David Majnemer
Replace some calls to isa<LandingPadInst> with isEHPad()
tree
|
commitdiff
2015-08-18
Chandler Carruth
[PM/AA] Remove the last relics of the separate IPA...
tree
|
commitdiff
2015-07-26
Tobias Grosser
bugpoint: make the number of trim iterations a compile...
tree
|
commitdiff
2015-06-12
Douglas Katzman
Wrap some long lines in LLVMBuild files. NFC
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-05-05
Daniel Sanders
[bugpoint] Increase default memory limit to 400MB to...
tree
|
commitdiff
2015-04-20
JF Bastien
bugpoint Enhancement.
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
uselistorder: Remove the global bits
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
uselistorder: Pull the bit through WriteToBitcodFile()
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
IR: Set -preserve-bc-uselistorder=false by default
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
tools: Unify how verifyModule() is called
tree
|
commitdiff
2015-03-26
Duncan P. N. Exon...
bugpoint: Verify input files
tree
|
commitdiff
2015-03-26
Duncan P. N. Exon...
bugpoint: Return early after error, NFC
tree
|
commitdiff
2015-03-19
Duncan P. N. Exon...
Verifier: Remove the separate -verify-di pass
tree
|
commitdiff
2015-03-18
Reid Kleckner
CMake: Disable ENABLE_EXPORTS for executables with...
tree
|
commitdiff
2015-03-10
Yaron Keren
Teach raw_ostream to accept SmallString.
tree
|
commitdiff
2015-02-26
David Majnemer
Replace a few instances of NULL with nullptr.
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2014-11-07
Michael J. Spencer
Fix style.
tree
|
commitdiff
2014-11-04
Michael J. Spencer
Use findProgramByName.
tree
|
commitdiff
2014-10-28
Rafael Espindola
Remove the PreserveSource linker mode.
tree
|
commitdiff
2014-10-25
Rafael Espindola
Update the error handling of lib/Linker.
tree
|
commitdiff
2014-10-16
Rafael Espindola
Delete -std-compile-opts.
tree
|
commitdiff
2014-10-07
Lang Hames
[Bugpoint] Close error log in ProcessFailure. Bugpoint...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Return a std::unique_ptr from the IRReader.h functions...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Return a std::unique_ptr from parseInputFile and propag...
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-24
Craig Topper
Use range based for loops to avoid needing to re-mentio...
tree
|
commitdiff
2014-08-21
Rafael Espindola
Handle inlining in populateLTOPassManager like in popul...
tree
|
commitdiff
2014-08-21
Rafael Espindola
Move DisableGVNLoadPRE from populateLTOPassManager...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-05
Rafael Espindola
Don't internalize all but main by default.
tree
|
commitdiff
2014-07-21
Duncan P. N. Exon...
Revert "[C++11] Add predecessors(BasicBlock *) / succes...
tree
|
commitdiff
2014-07-20
Manuel Jacob
[C++11] Add predecessors(BasicBlock *) / successors...
tree
|
commitdiff
2014-07-13
NAKAMURA Takumi
bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::error_code' from tools.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-25
David Blaikie
BugPoint: Fix some memory leaks.
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
tree
|
commitdiff
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
tree
|
commitdiff
2014-04-21
Chandler Carruth
[Modules] Make Support/Debug.h modular. This requires...
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
2014-03-14
Rafael Espindola
Fix a bug introduced during the transition to PathV2.
tree
|
commitdiff
2014-03-14
Sebastian Pop
static link polly into tools
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-08
Adam Nemet
[bugpoint] Don't ignore arg in -compile-commad="tool...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Sink Linker.h into a Linker subdirectory...
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move the PassNameParser to the IR library...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueMap to the IR library. While this...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-22
Quentin Colombet
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
tree
|
commitdiff
2014-02-19
Tobias Grosser
Fix typo
tree
|
commitdiff
2014-01-27
Tobias Grosser
Do not reference llvm-gcc from bugpoint
tree
|
commitdiff
2014-01-15
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Move the Dominators.h and Verifier.h headers...
tree
|
commitdiff
2014-01-09
Chandler Carruth
Put the functionality for printing a value to a raw_ost...
tree
|
commitdiff
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
tree
|
commitdiff
2013-12-30
Nico Weber
Port r198087 and r198089 (strip dead code by default...
tree
|
commitdiff
2013-12-27
Nico Weber
Strip dead code when linking by default with BFD ld...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-11-04
Jakub Staszak
Use startswith_lower() where possible.
tree
|
commitdiff
2013-10-25
Daniel Sanders
[bugpoint] Increase the default memory limit for subpro...
tree
|
commitdiff
2013-10-01
Rafael Espindola
Remove several unused variables.
tree
|
commitdiff
2013-09-02
Dmitri Gribenko
Added std:: qualifier to find() invocation
tree
|
commitdiff
2013-08-05
Michael Gottesman
[bugpoint] Allow the user to specify the path to opt...
tree
|
commitdiff
2013-08-02
Hal Finkel
Fix invalid function pointers in bugpoint ExtractLoops
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a wrapper for open.
tree
|
commitdiff
2013-07-05
Rafael Espindola
Add a createUniqueFile function and switch llvm's users...
tree
|
commitdiff
2013-07-05
Rafael Espindola
Use sys::fs::createTemporaryFile.
tree
|
commitdiff
2013-06-28
Hal Finkel
Fix bugpoint execution/reference output file name
tree
|
commitdiff
2013-06-26
Rafael Espindola
Remove unused includes.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Port GetMainExecutable over to PathV2.
tree
|
commitdiff
2013-06-25
Rafael Espindola
Move GetEXESuffix to the one place it is used.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Convert most uses of PathV1.h in ToolRunner.cpp.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Add a version of unique_file that return just the file...
tree
|
commitdiff
2013-06-18
Rafael Espindola
Return a std::string from PrependMainExecutablePath.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Remove PathV1.h use from BugDriver.cpp.
tree
|
commitdiff
next