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
*
Remove some long-dead code
Chris Lattner
2003-08-24
1
-16
/
+0
*
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
1
-6
/
+2
*
Targets now configure themselves with the module, not flags
Chris Lattner
2003-08-24
1
-2
/
+2
*
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-24
1
-2
/
+4
*
Add support for modules with "any" pointersize/endianness
Chris Lattner
2003-08-24
1
-6
/
+16
*
add preliminary support for -export-dynamic
Chris Lattner
2003-08-22
1
-0
/
+3
*
Kill warning
Chris Lattner
2003-08-22
1
-3
/
+7
*
Squash the warning that `Result' may not be initialized on all code paths.
Misha Brukman
2003-08-22
1
-1
/
+1
*
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-21
1
-2
/
+2
*
Make the bytecode file executable as well for LLEE purposes.
Misha Brukman
2003-08-20
1
-0
/
+3
*
no-strict-aliasing redux
Chris Lattner
2003-08-18
1
-1
/
+1
*
The CBE generates code which violates the TBAA rules of C, thus we must disable
Chris Lattner
2003-08-18
1
-1
/
+7
*
Add new -disable-verify option
Chris Lattner
2003-08-18
3
-6
/
+15
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
3
-4
/
+4
*
Give correct command line for making a shared object
Chris Lattner
2003-08-17
1
-1
/
+7
*
Make sure that "newmain" gets names for its arguments
Chris Lattner
2003-08-17
1
-1
/
+4
*
Fix message
Chris Lattner
2003-08-17
1
-2
/
+3
*
`execve_test' is not part of LLEE.
Misha Brukman
2003-08-15
1
-1
/
+1
*
A lot of changes were suggested by Chris.
Misha Brukman
2003-08-15
4
-40
/
+58
*
Revert my last (accidental) checkin, but keep the typeo fix
Chris Lattner
2003-08-15
1
-1
/
+0
*
rename selection library to selectiondag
Chris Lattner
2003-08-15
3
-3
/
+4
*
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-13
2
-3
/
+2
*
Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.
Misha Brukman
2003-08-11
5
-0
/
+223
*
Include the new selection library for the X86 target
Chris Lattner
2003-08-11
2
-1
/
+2
*
Chomped spurious blank lines.
Misha Brukman
2003-08-08
2
-4
/
+0
*
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
5
-5
/
+5
*
Completely remove mention of the correlated branch elimination pass. It has
Chris Lattner
2003-08-07
1
-2
/
+0
*
* The possessive third-person singular has no apostrophe (its)
Misha Brukman
2003-08-07
1
-8
/
+9
*
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
9
-25
/
+25
*
Fixed path for SystemUtils.h and a few code cleanups.
Misha Brukman
2003-08-07
1
-7
/
+5
*
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-08-07
7
-243
/
+5
*
If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
Chris Lattner
2003-08-05
3
-8
/
+14
*
Only test the vector of functions if it is non-empty.
Misha Brukman
2003-08-05
1
-1
/
+1
*
Do not attempt to reduce a test case if it is an empty set.
Misha Brukman
2003-08-04
1
-1
/
+1
*
Added code that ensures that we don't try to reduce an empty vector of basic
John Criswell
2003-08-04
1
-1
/
+1
*
Make sure to flush the output stream so that we get incremental updates
Chris Lattner
2003-08-04
1
-11
/
+10
*
Print accurate run instructions for when testing LLC
Chris Lattner
2003-08-04
1
-6
/
+20
*
Fix problem I introduced in bugpoint with the cleanup functions
Chris Lattner
2003-08-03
1
-8
/
+9
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
2
-2
/
+2
*
Use the new FileUtilities library to do diff'ing of files
Chris Lattner
2003-08-01
1
-22
/
+9
*
Use the C++, more portable, deleter
Chris Lattner
2003-08-01
1
-1
/
+1
*
Don't emit modules with lots of cruft hanging off of them.
Chris Lattner
2003-08-01
1
-4
/
+10
*
Parameterize the performFinalCleanups a bit
Chris Lattner
2003-08-01
2
-5
/
+6
*
Ignore intrinsic functions -- don't mangle their names or rewrite calls to them.
Misha Brukman
2003-07-30
1
-1
/
+6
*
CodeGeneratorBug.cpp:
Misha Brukman
2003-07-30
3
-14
/
+39
*
* Moved InputArgv out of anonymous scope to be extern'd in another file.
Misha Brukman
2003-07-30
1
-32
/
+47
*
Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.
Misha Brukman
2003-07-30
2
-8
/
+6
*
Use a vector<char*> instead of char*[] so that we can add arbitrary number of
Misha Brukman
2003-07-30
1
-38
/
+35
*
Add variable to capture arguments that should be passed to the user program
Chris Lattner
2003-07-30
1
-2
/
+5
*
Revert change: default architecture is never set, it is guessed from input
Misha Brukman
2003-07-30
1
-8
/
+1
[next]