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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#include vector which we will need here soon
Chris Lattner
2003-10-15
2
-0
/
+2
*
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-10-15
2
-0
/
+2
*
Give this file a proper header
Chris Lattner
2003-10-15
1
-2
/
+1
*
The levelraise pass is a broken old piece of crufty code that should be
Chris Lattner
2003-10-15
1
-1
/
+2
*
Fix up error message.
Brian Gaeke
2003-10-15
1
-1
/
+2
*
Flush output after writing out the list of function names.
Brian Gaeke
2003-10-15
1
-0
/
+1
*
Updated some of the information for the new autoconf changes.
John Criswell
2003-10-15
1
-20
/
+5
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
12
-25
/
+25
*
Remove usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Cleanup
Chris Lattner
2003-10-15
1
-5
/
+2
*
Add new hasOneUse() method. Remove explicit inline qualifiers
Chris Lattner
2003-10-15
1
-9
/
+13
*
add support forloading additional .so files on the command line
Chris Lattner
2003-10-14
1
-1
/
+6
*
Change the execute methods to take the shared object filename by const refere...
Chris Lattner
2003-10-14
3
-27
/
+37
*
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
2003-10-14
4
-50
/
+86
*
Order #includes as per the style guide.
Misha Brukman
2003-10-14
1
-3
/
+3
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-11
/
+15
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-3
/
+10
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
4
-9
/
+17
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-4
/
+5
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-7
/
+13
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-1
/
+3
*
Substantial cleanups:
Chris Lattner
2003-10-14
4
-134
/
+146
*
The return value of compileSharedObject was never used. Return the shared
Chris Lattner
2003-10-14
3
-9
/
+10
*
Actually return an error if something bad happens, don't just exit.
Chris Lattner
2003-10-14
2
-10
/
+8
*
minor cleanups
Chris Lattner
2003-10-14
1
-2
/
+2
*
The -mode option is no longer
Chris Lattner
2003-10-14
1
-4
/
+4
*
Fix minor formatting bug
Chris Lattner
2003-10-14
1
-2
/
+2
*
Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...
Chris Lattner
2003-10-14
2
-36
/
+22
*
Output a contorted sequence of instructions to make sure that we don't access
Chris Lattner
2003-10-14
1
-8
/
+20
*
Disable the leaf function optimization, which is apparently not legal on
Chris Lattner
2003-10-14
1
-25
/
+2
*
Fix bug in script
Chris Lattner
2003-10-14
1
-1
/
+1
*
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-14
1
-7
/
+5
*
New testcase which the inliner breaks
Chris Lattner
2003-10-14
1
-0
/
+19
*
Added a link to the main page for LLVM.
John Criswell
2003-10-13
1
-13
/
+20
*
Unbreak code generator debug mode
Chris Lattner
2003-10-13
1
-3
/
+5
*
Adding additional license information to these files.
John Criswell
2003-10-13
4
-0
/
+54
*
Do not allow fallthroughs in switch statements. This fixes PR37,
Chris Lattner
2003-10-13
2
-2
/
+6
*
LLVM CVS repository has moved.
Misha Brukman
2003-10-13
1
-1
/
+1
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
LLI no longer has -abort-on-exception
Chris Lattner
2003-10-13
2
-2
/
+0
*
Removed items that are done or irrelevant.
John Criswell
2003-10-13
1
-26
/
+2
*
Use the autoconf macro John wrote
Chris Lattner
2003-10-13
2
-12
/
+6
*
Whoops, we inserted into the wrong set. What's up with the dead set anyway?
Chris Lattner
2003-10-13
1
-4
/
+2
*
Use external df iterators to avoid revisiting blocks in functions with
Chris Lattner
2003-10-13
1
-1
/
+3
*
Add missing default argument
Chris Lattner
2003-10-13
2
-2
/
+2
*
Make use of "external" depth-first iterators to avoid revisiting nodes
Chris Lattner
2003-10-13
1
-3
/
+3
*
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
2
-22
/
+198
*
Added a macro and code that checks for the %a format string in sprintf().
John Criswell
2003-10-13
5
-69
/
+120
*
Fixed the name of a hyperlink.
John Criswell
2003-10-13
1
-1
/
+1
*
Removed information on common build problems. That is now documented in
John Criswell
2003-10-13
1
-60
/
+3
[next]