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
*
Implement indirect function calls
Chris Lattner
2002-12-13
3
-4
/
+20
*
Make function code generation printing debug-only.
Misha Brukman
2002-12-13
1
-4
/
+3
*
Fix bork in doMultiply
Chris Lattner
2002-12-13
2
-6
/
+8
*
Add sanity checks
Chris Lattner
2002-12-13
2
-0
/
+4
*
Fixed a bug where moves due to phis were being neglected.
Misha Brukman
2002-12-13
1
-23
/
+19
*
Cleaned up the code: factored out switch/case into a separate function, put
Misha Brukman
2002-12-13
1
-43
/
+22
*
Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor
Misha Brukman
2002-12-13
1
-15
/
+10
*
Insert phi code at top of block
Chris Lattner
2002-12-13
2
-4
/
+10
*
lib/Target/X86/InstSelectSimple.cpp:
Brian Gaeke
2002-12-13
2
-2
/
+2
*
This should be more correct: invalidates physical registers that are used in
Misha Brukman
2002-12-13
1
-4
/
+41
*
Implement cast bool to X
Chris Lattner
2002-12-13
2
-6
/
+8
*
Rename all BMI MachineBasicBlock operands to MBB.
Brian Gaeke
2002-12-13
2
-42
/
+44
*
Finish up iterator stuph
Chris Lattner
2002-12-13
2
-64
/
+98
*
Treat longs as ints => pretend they're all 32-bit values and squeeze them into
Misha Brukman
2002-12-13
1
-0
/
+6
*
Fixed bug with running out of registers. Also, reinstated namespace which
Misha Brukman
2002-12-13
1
-2
/
+5
*
Code gen phi's correctly
Chris Lattner
2002-12-13
2
-78
/
+218
*
Print X86 PHI nodes in a sane manner
Chris Lattner
2002-12-13
2
-0
/
+32
*
This should handle register allocating PHI nodes.
Misha Brukman
2002-12-13
1
-23
/
+97
*
Added moveReg2Reg() and moveImm2Reg() to accomodate moving data around due to
Misha Brukman
2002-12-13
2
-0
/
+46
*
lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
Brian Gaeke
2002-12-13
3
-22
/
+28
*
InstSelectSimple.cpp: Give promote32 a comment. Add initial
Brian Gaeke
2002-12-13
6
-16
/
+58
*
Implement getelementptr constant exprs
Chris Lattner
2002-12-13
3
-64
/
+87
*
brg
Brian Gaeke
2002-12-13
3
-2
/
+60
*
Emit the right form of mod/rm mod field
Chris Lattner
2002-12-13
2
-2
/
+2
*
Nicify a bit
Chris Lattner
2002-12-13
1
-2
/
+1
*
Fix encoding of CBW instruction
Chris Lattner
2002-12-13
1
-1
/
+1
*
Start allocating stack space at [ebp-4] to not overwrite the return address.
Misha Brukman
2002-12-13
1
-2
/
+9
*
Moves now select correct opcode based on the data size.
Misha Brukman
2002-12-13
1
-3
/
+18
*
Remove extranous #include
Chris Lattner
2002-12-13
2
-2
/
+0
*
Rename MemArg* to Arg*
Chris Lattner
2002-12-13
6
-56
/
+56
*
Make mem size an assert
Chris Lattner
2002-12-13
3
-27
/
+17
*
This is supposed to provide correct size for datatypes. Supposedly.
Misha Brukman
2002-12-13
2
-4
/
+40
*
Take advantage of our knowledge of 2-address X86 instructions and
Misha Brukman
2002-12-12
1
-7
/
+24
*
Added the flag to mark instructions which are really 2-address instructions in
Misha Brukman
2002-12-12
1
-35
/
+35
*
This checkin is brought to you by the brian gaeke allnighter fund.
Brian Gaeke
2002-12-12
3
-58
/
+386
*
'graph' is spelled without a 'c'.
Misha Brukman
2002-12-12
1
-3
/
+12
*
Remove #includes
Chris Lattner
2002-12-12
1
-2
/
+0
*
External routines used to identify Cilk operations inserted by the
Vikram S. Adve
2002-12-10
2
-0
/
+89
*
This file implements the function DemoteRegToStack(), which takes a
Vikram S. Adve
2002-12-10
1
-0
/
+193
*
This file implements a pass that automatically parallelizes a program,
Vikram S. Adve
2002-12-10
2
-0
/
+1096
*
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
2
-0
/
+500
*
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-12-08
3
-0
/
+1063
*
Namespacify more
Chris Lattner
2002-12-08
1
-10
/
+10
*
Add support to count the number of dynamic instructions executed by LLI
Chris Lattner
2002-12-08
1
-0
/
+8
*
Add total instruction, bb, & function counts
Chris Lattner
2002-12-07
1
-2
/
+9
*
Fix bug that was bugging bugpoint
Chris Lattner
2002-12-07
1
-2
/
+2
*
Remove dead code
Chris Lattner
2002-12-07
1
-32
/
+0
*
Two bug fixes:
Vikram S. Adve
2002-12-06
1
-13
/
+22
*
Fix several related bugs in DSNode::mergeWith() caused by the
Vikram S. Adve
2002-12-06
1
-90
/
+102
*
Implement a lot of cast functionality (no FP or 64)
Brian Gaeke
2002-12-06
2
-68
/
+124
[next]