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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
New pass to figure out what types are in use by a program
Chris Lattner
2001-11-09
1
-0
/
+58
*
Cache parameters for target machine.
Vikram S. Adve
2001-11-09
1
-0
/
+67
*
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-09
3
-6
/
+30
*
Remove unneeded forward decl
Chris Lattner
2001-11-08
1
-1
/
+0
*
Add handle to object MachineFrameInfo.
Vikram S. Adve
2001-11-08
1
-3
/
+5
*
Include handle to TargetMachine in each Machine...Info class.
Vikram S. Adve
2001-11-08
2
-5
/
+9
*
Add method CreateCodeToCopyIntToFloat.
Vikram S. Adve
2001-11-08
2
-2
/
+36
*
Machine-independent interface to target's stack frame layout parameters.
Vikram S. Adve
2001-11-08
1
-0
/
+76
*
Use different op labels for bitwise logical operations and boolean logical
Vikram S. Adve
2001-11-08
1
-0
/
+5
*
Added a second constructor for and improved class TmpInstruction.
Vikram S. Adve
2001-11-08
1
-9
/
+28
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
1
-33
/
+89
*
Old file which was moved to include/llvm/Target some time back.
Vikram S. Adve
2001-11-08
1
-121
/
+0
*
Removed MachineCodeForMethod object and made it an annotation.
Vikram S. Adve
2001-11-08
1
-6
/
+0
*
Initial checkin of pointer safety checker
Chris Lattner
2001-11-07
1
-0
/
+47
*
Okay, so this is a huge hack. Fixme later
Chris Lattner
2001-11-07
1
-4
/
+36
*
New class to provide high performance writing.
Chris Lattner
2001-11-07
1
-0
/
+41
*
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-05
1
-5
/
+5
*
Minor method rename
Chris Lattner
2001-11-04
1
-12
/
+14
*
Add a helper function to PHI node
Chris Lattner
2001-11-03
1
-0
/
+11
*
Expose method to merge identically named methods
Chris Lattner
2001-11-03
1
-0
/
+6
*
Moved InsertCallerSaveInstr to the SparcRegInfo.cpp and made machine independent
Ruchira Sasanka
2001-11-03
3
-7
/
+10
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
2
-3
/
+31
*
Fix the linker. This bug was not fun to track down. grr
Chris Lattner
2001-11-03
1
-2
/
+2
*
Print floating point numbers in expodential form so that small numbers don't ...
Chris Lattner
2001-11-01
1
-1
/
+1
*
Expose the low level DCE mechanism to external users
Chris Lattner
2001-11-01
1
-0
/
+9
*
Implement constant propogation of null pointer values.
Chris Lattner
2001-11-01
1
-0
/
+4
*
Add simpler to use ctors. Add getType() overload to specialize getelementptr...
Chris Lattner
2001-11-01
1
-0
/
+10
*
Add new isNullValue method
Chris Lattner
2001-11-01
1
-1
/
+32
*
Initial checkin of level raising code
Chris Lattner
2001-11-01
1
-0
/
+35
*
Move level change xfor into the transforms directory
Chris Lattner
2001-11-01
2
-90
/
+0
*
Add some useful accessors
Chris Lattner
2001-11-01
2
-0
/
+20
*
Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...
Chris Lattner
2001-10-31
1
-0
/
+8
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
1
-0
/
+6
*
New GCC cleanup pass interface
Chris Lattner
2001-10-31
1
-0
/
+24
*
Fix ordering problem. Found by purify. :)
Chris Lattner
2001-10-30
1
-1
/
+1
*
Expose some more printing functionality from the assembly writer library
Chris Lattner
2001-10-29
1
-0
/
+7
*
Systems headers use <> not ""
Chris Lattner
2001-10-29
1
-2
/
+2
*
Include functionality to get a string array constant as a string
Chris Lattner
2001-10-29
1
-1
/
+13
*
Remove useCSyntax flag
Chris Lattner
2001-10-29
1
-13
/
+10
*
Initial checkin of name mangling code. Moved from Linker.h
Chris Lattner
2001-10-28
1
-0
/
+27
*
Remove unneccesary function prototypes
Chris Lattner
2001-10-28
3
-51
/
+6
*
Added a constant pool to record values that need to be emitted
Vikram S. Adve
2001-10-28
1
-2
/
+10
*
Add support for name mangling.
Vikram S. Adve
2001-10-28
3
-3
/
+54
*
Switch useLLVMSyntax to useCSyntax.
Vikram S. Adve
2001-10-28
1
-10
/
+10
*
Support printing control characters in standard C/assembly style.
Vikram S. Adve
2001-10-28
1
-10
/
+13
*
Added support for spilling
Ruchira Sasanka
2001-10-28
1
-0
/
+3
*
Moved callerSaving code to machine specific classes since we have to handle
Ruchira Sasanka
2001-10-28
1
-3
/
+9
*
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-24
1
-2
/
+3
*
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
1
-6
/
+13
*
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-23
1
-5
/
+12
[next]