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
*
* Add the -additional-so option
Chris Lattner
2003-10-18
1
-30
/
+56
*
Beef up the description of bugpoint a lot. Update for renamed options
Chris Lattner
2003-10-18
1
-21
/
+52
*
Change run-lli -> run-int
Chris Lattner
2003-10-18
1
-1
/
+1
*
Default to using the CBE instead of the Interpreter if no -run-* option is sp...
Chris Lattner
2003-10-18
1
-1
/
+2
*
Fix warning
Chris Lattner
2003-10-18
1
-0
/
+1
*
Print stuff to stdout if something changes.
Chris Lattner
2003-10-18
1
-0
/
+10
*
If we detect a pass crash during miscompilation testing, immediately enter the
Chris Lattner
2003-10-18
1
-4
/
+4
*
add support for new linkage types
Chris Lattner
2003-10-18
2
-8
/
+18
*
Fix PR#50
Chris Lattner
2003-10-18
1
-6
/
+6
*
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-18
5
-34
/
+61
*
ADd support for the new varargs instructions
Chris Lattner
2003-10-18
1
-1
/
+2
*
Add support for the new varargs intrinsics
Chris Lattner
2003-10-18
2
-52
/
+72
*
Update the sparc backend to at least compile correctly with the new varargs s...
Chris Lattner
2003-10-18
2
-4
/
+16
*
Interpret the new varargs intrinsics correctly
Chris Lattner
2003-10-18
3
-28
/
+13
*
Updated to emit the final 1.0 bytecode format. This supports weak linkage,
Chris Lattner
2003-10-18
2
-22
/
+40
*
* New revised variable argument handling support
Chris Lattner
2003-10-18
5
-149
/
+290
*
New revised variable argument handling support
Chris Lattner
2003-10-18
6
-28
/
+167
*
Update for new varargs support
Chris Lattner
2003-10-18
1
-63
/
+99
*
Fix bug in my checkin
Chris Lattner
2003-10-18
1
-1
/
+0
*
Another formatting fix
Chris Lattner
2003-10-18
1
-4
/
+4
*
More cleanups
Chris Lattner
2003-10-17
1
-3
/
+7
*
Be more helpful if a pass fails while chasing down a miscompilation
Chris Lattner
2003-10-17
2
-2
/
+9
*
* Align comments into 80 columns
Misha Brukman
2003-10-17
2
-36
/
+34
*
Chris says it's better to assert that TheModule is valid than silently return 0.
Misha Brukman
2003-10-17
1
-2
/
+1
*
Added additional information about linking dynamic libraries.
John Criswell
2003-10-17
1
-0
/
+15
*
You can't just blat the address into memory, you have to blat its
Brian Gaeke
2003-10-17
1
-4
/
+7
*
Adding license information for the sample project.
John Criswell
2003-10-17
1
-0
/
+24
*
Updated the README so that it catagorizes the docs similar to the web page.
John Criswell
2003-10-17
1
-10
/
+35
*
Don't release the Module, as that invalidates the Module* within the
Misha Brukman
2003-10-17
1
-2
/
+2
*
Implement replaceMachineCodeForFunction() for x86.
Brian Gaeke
2003-10-17
1
-0
/
+7
*
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Brian Gaeke
2003-10-17
1
-27
/
+33
*
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-10-17
2
-0
/
+3
*
Return the Module that we just materialized.
Misha Brukman
2003-10-17
1
-2
/
+5
*
Tidy up doxygen comment for getPointerToFunction().
Brian Gaeke
2003-10-17
2
-0
/
+20
*
Refactor running the JIT passes on a single function into the new method,
Brian Gaeke
2003-10-17
1
-7
/
+35
*
Return the Module being materialized to avoid always calling getModule().
Misha Brukman
2003-10-17
1
-1
/
+1
*
Add stub version of replaceMachineCodeForFunction. It will live here until
Brian Gaeke
2003-10-17
1
-0
/
+8
*
Remove extra blank line.
Brian Gaeke
2003-10-17
1
-1
/
+0
*
Do not crash on empty structures
Chris Lattner
2003-10-17
1
-0
/
+5
*
Modified the Makefile so that the sample library is linked dynamically.
John Criswell
2003-10-17
1
-1
/
+2
*
* Give credit where credit's due
Misha Brukman
2003-10-17
1
-4
/
+16
*
New testcase for C++ frontend crash
Chris Lattner
2003-10-17
1
-0
/
+9
*
Tighten up handling of checks for shift instructions
Chris Lattner
2003-10-17
1
-2
/
+4
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
10
-128
/
+127
*
Someone forgot to commit an updated configure after adding tools/llvm-nm to c...
Alkis Evlogimenos
2003-10-17
1
-28
/
+34
*
Add debug variable.
Brian Gaeke
2003-10-16
1
-0
/
+6
*
Fix typo in comment.
Brian Gaeke
2003-10-16
1
-1
/
+1
*
This file has funny include guards and funny extra whitespace.
Brian Gaeke
2003-10-16
1
-4
/
+2
*
Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.
Brian Gaeke
2003-10-16
1
-1
/
+3
*
Fix a typo in a comment, and zap a blank line.
Brian Gaeke
2003-10-16
1
-2
/
+1
[next]