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
*
Ignore generated files Lexer.cpp and llvmAsmParser.*
Misha Brukman
2002-12-02
1
-0
/
+2
*
* Abstracted out stack space allocation into its own function
Misha Brukman
2002-12-02
1
-34
/
+36
*
Fix order of operands on a store from reg to [reg+offset].
Misha Brukman
2002-12-02
1
-2
/
+2
*
Add rawfrm flags
Chris Lattner
2002-12-01
3
-11
/
+49
*
Don't add implicit regs
Chris Lattner
2002-12-01
2
-2
/
+2
*
brg
Brian Gaeke
2002-11-30
2
-98
/
+148
*
brg
Brian Gaeke
2002-11-29
3
-8
/
+51
*
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
3
-8
/
+17
*
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-27
2
-154
/
+402
*
brg
Brian Gaeke
2002-11-26
2
-6
/
+66
*
Keep global nodes in each DS Graph (by forcing them to be marked live).
Vikram S. Adve
2002-11-25
1
-3
/
+3
*
Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can now print out
Misha Brukman
2002-11-22
1
-2
/
+2
*
Enable the register allocator pass.
Misha Brukman
2002-11-22
1
-1
/
+5
*
A simple (spilling) register allocator.
Misha Brukman
2002-11-22
1
-0
/
+219
*
Added methods to read/write values to stack in .h, fixed implementation in
Misha Brukman
2002-11-22
2
-21
/
+39
*
Added -*- C++ -*- mode to the comments.
Misha Brukman
2002-11-22
1
-1
/
+1
*
Add a simple way to add memory locations of format [reg+offset]
Misha Brukman
2002-11-22
1
-0
/
+9
*
lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.
Brian Gaeke
2002-11-22
2
-0
/
+28
*
Handle cmp Reg, 0 correctly
Chris Lattner
2002-11-21
2
-20
/
+26
*
Printing support for more stuff
Chris Lattner
2002-11-21
1
-20
/
+20
*
Don't add implicit operands
Chris Lattner
2002-11-21
2
-10
/
+10
*
Fix off by one bug
Chris Lattner
2002-11-21
2
-2
/
+2
*
Add fixme
Chris Lattner
2002-11-21
1
-0
/
+3
*
Minor code cleanups
Chris Lattner
2002-11-21
2
-4
/
+2
*
Implement printing of store instructions
Chris Lattner
2002-11-21
2
-10
/
+40
*
The big change here is to handle printing/emission of X86II::MRMSrcMem
Chris Lattner
2002-11-21
2
-46
/
+368
*
Remove implicit information from instruction selector
Chris Lattner
2002-11-21
2
-12
/
+4
*
Add printing information for MUL and DIV
Chris Lattner
2002-11-21
1
-12
/
+15
*
Fix a bug that prevented compilation of multiple functions
Chris Lattner
2002-11-21
2
-0
/
+2
*
Remove opcode information for instructions that are completely defined now
Chris Lattner
2002-11-21
1
-22
/
+22
*
Add printing support for sahf & setcc
Chris Lattner
2002-11-21
1
-15
/
+15
*
Add printing support for /0 /1 type instructions
Chris Lattner
2002-11-21
2
-2
/
+88
*
Add support for /0 /1, etc type instructions
Chris Lattner
2002-11-21
1
-5
/
+16
*
User defined operators are not supposed to live beyond the lifetime of the
Chris Lattner
2002-11-21
1
-0
/
+9
*
Rename the SetCC X86 instructions to reflect the fact that they are the
Chris Lattner
2002-11-21
3
-14
/
+14
*
Simplify setcc code a bit
Chris Lattner
2002-11-21
2
-246
/
+122
*
Support Registers of the form (B8+ rd) for example
Chris Lattner
2002-11-21
2
-20
/
+110
*
Dont' set flags
Chris Lattner
2002-11-21
2
-16
/
+10
*
Implement printing more, implement opcode output more
Chris Lattner
2002-11-21
2
-20
/
+114
*
Huge diff do to reindeinting comments.
Chris Lattner
2002-11-21
1
-85
/
+88
*
Add new prefix flag
Chris Lattner
2002-11-21
1
-0
/
+5
*
Print another class of instructions correctly, giving us: xorl EDX, EDX
Chris Lattner
2002-11-21
2
-30
/
+74
*
Booleans are types too. And they get stored in bytes. And InstructionSelection
Misha Brukman
2002-11-21
1
-0
/
+1
*
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
4
-4
/
+179
*
X86 target builds fine now
Chris Lattner
2002-11-20
1
-1
/
+1
*
Fix symbol table problem
Chris Lattner
2002-11-20
1
-11
/
+10
*
Add definitions for function headers from MRegisterInfo.h:
Misha Brukman
2002-11-20
3
-0
/
+188
*
Check not only for MO_VirtualRegister, but MO_MachineRegister as well when
Misha Brukman
2002-11-20
2
-14
/
+28
*
Initialize the SSARegMap.
Misha Brukman
2002-11-20
1
-0
/
+1
*
Don't build X86 target yet
Chris Lattner
2002-11-20
1
-1
/
+1
[next]