index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native
Chris Lattner
2005-09-23
1
-17
/
+11
*
1. Do not use .c_str() to keep a persistent handle on a temporary string.
Chris Lattner
2005-09-23
1
-23
/
+32
*
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
1
-3
/
+3
*
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-09-01
1
-1
/
+24
*
Allow bugpoint+PPC codegen to use fsqrt
Chris Lattner
2005-08-29
1
-0
/
+3
*
Implement PR614:
Reid Spencer
2005-08-27
1
-0
/
+2720
*
If the user interrupts bugpoint, don't extract loops
Chris Lattner
2005-08-02
1
-2
/
+6
*
Pass -export-dynamic to gcc when compiling with -native and the link is
Chris Lattner
2005-08-02
3
-8
/
+10
*
When the user hits ctrl-c, bugpoint should attempt to stop reduction as
Chris Lattner
2005-08-02
5
-30
/
+59
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-1
/
+1
*
Run the verifier pass after all the other passes rather than before them.
Reid Spencer
2005-07-28
1
-5
/
+4
*
Make the verifier pass run (in debug mode) in llc. This adds a sanity check
Reid Spencer
2005-07-28
1
-0
/
+29
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
4
-9
/
+9
*
Fix PR576.
Chris Lattner
2005-07-12
1
-21
/
+36
*
Make sure we don't error out if an invalid path is used, just simply
Reid Spencer
2005-07-08
1
-1
/
+12
*
Final Changes For PR495:
Reid Spencer
2005-07-08
9
-31
/
+31
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
1
-1
/
+1
*
For PR495:
Reid Spencer
2005-07-07
13
-61
/
+58
*
For PR495:
Reid Spencer
2005-07-07
3
-15
/
+15
*
add a new -filetype argument to llc.
Chris Lattner
2005-06-25
1
-7
/
+31
*
minor cleanups, use copy ctor instead of manually doing it.
Chris Lattner
2005-06-25
1
-4
/
+3
*
refactor this interface
Chris Lattner
2005-06-25
1
-1
/
+1
*
make SparcV8 and V9 seperately configurable
Andrew Lenharth
2005-06-08
1
-2
/
+6
*
Make sure that tool names don't have any leading or trailing spaces in them.
Reid Spencer
2005-05-19
1
-1
/
+1
*
Make sure that tool names don't have any leading or trailing spaces in them.
Reid Spencer
2005-05-19
1
-1
/
+1
*
For PR514:
Reid Spencer
2005-05-19
2
-64
/
+1
*
For PR514:
Reid Spencer
2005-05-19
9
-67
/
+131
*
If loopextract breaks the program provide output so that we can repro the
Chris Lattner
2005-05-08
1
-1
/
+9
*
Move licm after reassociate, add some cond-propagate passes
Chris Lattner
2005-05-07
1
-1
/
+4
*
* Use consistent spacing for function arguments
Misha Brukman
2005-05-05
1
-18
/
+18
*
Minor clean-ups
Misha Brukman
2005-05-03
2
-17
/
+13
*
Clean up and correct llvmc configurations for C and C++
Misha Brukman
2005-05-03
3
-32
/
+24
*
std::string(NULL) does not a proper constructor make
Misha Brukman
2005-05-03
1
-3
/
+3
*
Omit periods at the end of command-line switch explanations for consistency
Misha Brukman
2005-05-03
1
-2
/
+2
*
Add the simplify-libcalls pass.
Reid Spencer
2005-04-27
1
-0
/
+1
*
extract has been renamed to llvm-extract to avoid conflicting with another tool
Misha Brukman
2005-04-24
1
-1
/
+1
*
There are still uses for spaces in Makefiles -- to make text line up together,
Misha Brukman
2005-04-24
4
-8
/
+9
*
extract has been renamed to llvm-extract to avoid conflicting with another tool
Misha Brukman
2005-04-24
3
-114
/
+8
*
Make the CBackend actually get included in llc by using USEDLIBS instead of
Reid Spencer
2005-04-23
1
-2
/
+4
*
Always enable the C backend. This fixes a *vast* number of failures on the
Chris Lattner
2005-04-23
1
-3
/
+1
*
Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD
Reid Spencer
2005-04-22
1
-2
/
+12
*
Implement the --enable-targets= feature of the configure script. The make
Reid Spencer
2005-04-22
1
-11
/
+37
*
Two changes:
Reid Spencer
2005-04-22
3
-6
/
+0
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
3
-5
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-22
45
-426
/
+426
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-18
/
+18
*
Remove trailing whitespace
Misha Brukman
2005-04-21
2
-8
/
+8
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
#include system headers after all LLVM headers
Misha Brukman
2005-04-20
1
-2
/
+1
*
Eliminate trailing spaces at end-of-line
Misha Brukman
2005-04-20
2
-18
/
+18
[next]