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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate code for pointer size and endianness emulation.
Chris Lattner
2003-10-20
3
-314
/
+41
*
The Grammar Police was here.
Misha Brukman
2003-10-20
2
-2
/
+2
*
* Rename X86::IMULr16 -> X86::IMULrr16
Chris Lattner
2003-10-20
6
-19
/
+69
*
Eliminate unused class
Chris Lattner
2003-10-19
1
-5
/
+0
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
13
-19
/
+19
*
* Multiplications by 2^X are turned into shifts. This factors code out of the
Chris Lattner
2003-10-19
2
-190
/
+402
*
Add some new instructions. Wheee
Chris Lattner
2003-10-19
1
-1
/
+21
*
.string adds an implicit zero at the end. This is not what we wanted.
Chris Lattner
2003-10-19
2
-2
/
+2
*
Add debugtype, make output marginally more nice
Chris Lattner
2003-10-19
1
-3
/
+4
*
Fix PR #47
Chris Lattner
2003-10-19
1
-3
/
+3
*
Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx
Chris Lattner
2003-10-19
2
-18
/
+42
*
Without this option, the -run-llc mode does not work with shared objects at
Chris Lattner
2003-10-18
1
-0
/
+1
*
Fix warning
Chris Lattner
2003-10-18
1
-0
/
+1
*
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
2
-5
/
+108
*
Chris says it's better to assert that TheModule is valid than silently return 0.
Misha Brukman
2003-10-17
1
-2
/
+1
*
You can't just blat the address into memory, you have to blat its
Brian Gaeke
2003-10-17
1
-4
/
+7
*
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
*
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
*
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
8
-106
/
+103
*
Fix typo in comment.
Brian Gaeke
2003-10-16
1
-1
/
+1
*
Fix a typo in a comment, and zap a blank line.
Brian Gaeke
2003-10-16
1
-2
/
+1
*
Add separator between different types of readers.
Misha Brukman
2003-10-16
1
-0
/
+1
*
JIT.cpp:
Misha Brukman
2003-10-16
2
-5
/
+7
*
* Reorder includes as per the style guide
Misha Brukman
2003-10-16
1
-6
/
+22
*
Minor cleanups
Chris Lattner
2003-10-16
1
-30
/
+28
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
9
-22
/
+117
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
2
-4
/
+25
*
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-16
1
-37
/
+11
*
This code does not require random access use_lists
Chris Lattner
2003-10-16
1
-7
/
+2
*
Eliminate using declaration
Chris Lattner
2003-10-16
1
-29
/
+35
*
#include vector which we will need here soon
Chris Lattner
2003-10-15
2
-0
/
+2
*
Fix up error message.
Brian Gaeke
2003-10-15
1
-1
/
+2
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
12
-25
/
+25
[next]