index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
8
-46
/
+44
*
Try to fix cmake build.
Rafael Espindola
2010-08-08
3
-1
/
+4
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
4
-64
/
+26
*
Another missing file :-(
Rafael Espindola
2010-08-07
1
-0
/
+0
*
Add missing file.
Rafael Espindola
2010-08-07
1
-0
/
+23
*
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-07
2
-1
/
+1
*
llc: Clarify -mc-relax-all description.
Michael J. Spencer
2010-08-06
1
-1
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
8
-26
/
+31
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
8
-31
/
+26
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
8
-26
/
+31
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
4
-26
/
+64
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
4
-64
/
+26
*
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
3
-14
/
+16
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
3
-11
/
+8
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
5
-18
/
+19
*
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
2010-07-31
3
-5
/
+2
*
llc: Add -mc-relax-all.
Michael J. Spencer
2010-07-31
1
-0
/
+11
*
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
3
-23
/
+32
*
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-31
1
-2
/
+1
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
5
-22
/
+32
*
Do not pass a copy of the value map, pass a reference to it.
Duncan Sands
2010-07-30
1
-1
/
+1
*
Transcribe IRC to svn. Also don't print basic block names twice if they match.
John McCall
2010-07-29
1
-9
/
+19
*
Make the header self-contained and follow #include guidelines.
John McCall
2010-07-29
3
-43
/
+52
*
Switch to using the LLVM CommandLine library so that our help
John McCall
2010-07-29
1
-39
/
+31
*
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
1
-7
/
+6
*
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-29
1
-4
/
+22
*
Centralize the logic to permanently unify two instructions and make sure
John McCall
2010-07-29
1
-20
/
+30
*
Diagnose non-structural differences in the case where blocks were
John McCall
2010-07-29
1
-5
/
+16
*
When unifying instructions during a block diff, actually complain about
John McCall
2010-07-29
1
-1
/
+1
*
Somehow I was getting reasonable results for the test cases I was interested
John McCall
2010-07-29
1
-14
/
+38
*
Cache the result of errs() and implement formatted logging.
John McCall
2010-07-29
2
-37
/
+58
*
Add the llvm-diff tool, which performs a relatively naive structural
John McCall
2010-07-29
5
-0
/
+1095
*
Use the right gcc tool args for IsARMArchitecture.
Jakob Stoklund Olesen
2010-07-29
1
-3
/
+3
*
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
1
-2
/
+2
*
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-28
5
-36
/
+28
*
Clone and restore the module being reduced in
Rafael Espindola
2010-07-26
1
-6
/
+27
*
Revert unintended white space change.
Rafael Espindola
2010-07-24
1
-1
/
+1
*
Fix a trivial use after free.
Rafael Espindola
2010-07-24
1
-2
/
+6
*
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-23
1
-1
/
+0
*
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
2010-07-20
1
-1
/
+1
*
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
2010-07-20
1
-1
/
+11
*
Fix edis makefile
Douglas Gregor
2010-07-20
1
-0
/
+1
*
fix DISABLE_EDIS
Chris Lattner
2010-07-20
1
-2
/
+2
*
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
1
-9
/
+2
*
edis needs to link in mcdisassembler.
Chris Lattner
2010-07-20
1
-1
/
+1
*
update cmake.
Chris Lattner
2010-07-20
1
-13
/
+0
*
edinfo doesn't need to be built here.
Chris Lattner
2010-07-20
2
-9
/
+0
*
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
13
-1930
/
+146
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
8
-37
/
+34
[prev]
[next]