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
*
Initial support for Field Expressions
Chris Lattner
2002-12-02
2
-0
/
+68
*
Add correct dependency
Chris Lattner
2002-12-02
2
-8
/
+6
*
Split up targets
Chris Lattner
2002-12-02
2
-4
/
+14
*
Add comments
Chris Lattner
2002-12-02
2
-0
/
+88
*
Make sure to build lib/Support before the utilities, then use the new
Chris Lattner
2002-12-02
1
-1
/
+1
*
Initial checkin of TableGen utility
Chris Lattner
2002-12-02
12
-0
/
+3408
*
Add makefile to build subdirs
Chris Lattner
2002-12-02
1
-0
/
+4
*
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
*
Several fixes:
Vikram S. Adve
2002-11-27
2
-36
/
+94
*
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
3
-8
/
+17
*
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-27
2
-0
/
+2
*
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-27
1
-7
/
+5
*
(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
*
Added virtual functions for storing and retrieving values from the stack.
Misha Brukman
2002-11-22
1
-9
/
+14
*
Instead of checking op.getType() against MO_VirtualRegister and
Misha Brukman
2002-11-22
1
-0
/
+14
*
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-22
1
-1
/
+4
*
lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.
Brian Gaeke
2002-11-22
2
-0
/
+28
*
Make testcase more interesting
Chris Lattner
2002-11-21
1
-0
/
+3
*
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
*
Move test
Chris Lattner
2002-11-21
1
-0
/
+0
*
Shuffle testcases around
Chris Lattner
2002-11-21
4
-16
/
+0
*
New testcase
Chris Lattner
2002-11-21
1
-0
/
+13
*
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
[next]