index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
InstSelectSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Use the new Abstract Frame Manager to handle incoming arguments and
Chris Lattner
2002-12-28
1
-100
/
+186
*
* Simplify Value classes
Chris Lattner
2002-12-25
1
-183
/
+243
*
Changes to compile with GCC 2.96
Chris Lattner
2002-12-24
1
-6
/
+49
*
Don't force setCC instructions into AL
Chris Lattner
2002-12-18
1
-4
/
+1
*
Build add instructions of the correct form!
Chris Lattner
2002-12-16
1
-1
/
+1
*
Two fixes:
Chris Lattner
2002-12-16
1
-21
/
+23
*
Make sure stack manipulation refers to ESP the right number of times
Chris Lattner
2002-12-16
1
-1
/
+2
*
Add some special cases to make common getelementptr cases easier to read/faster
Chris Lattner
2002-12-16
1
-41
/
+73
*
brg
Brian Gaeke
2002-12-16
1
-11
/
+12
*
Give passes nice names!
Chris Lattner
2002-12-15
1
-0
/
+4
*
Add support to cast from a bool type
Chris Lattner
2002-12-15
1
-6
/
+12
*
Implement indirect function calls
Chris Lattner
2002-12-13
1
-2
/
+8
*
Fix bork in doMultiply
Chris Lattner
2002-12-13
1
-3
/
+4
*
Add sanity checks
Chris Lattner
2002-12-13
1
-0
/
+2
*
Insert phi code at top of block
Chris Lattner
2002-12-13
1
-2
/
+5
*
lib/Target/X86/InstSelectSimple.cpp:
Brian Gaeke
2002-12-13
1
-1
/
+1
*
Implement cast bool to X
Chris Lattner
2002-12-13
1
-3
/
+4
*
Rename all BMI MachineBasicBlock operands to MBB.
Brian Gaeke
2002-12-13
1
-21
/
+22
*
Finish up iterator stuph
Chris Lattner
2002-12-13
1
-32
/
+49
*
Code gen phi's correctly
Chris Lattner
2002-12-13
1
-39
/
+109
*
lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
Brian Gaeke
2002-12-13
1
-8
/
+9
*
InstSelectSimple.cpp: Give promote32 a comment. Add initial
Brian Gaeke
2002-12-13
1
-4
/
+23
*
Implement getelementptr constant exprs
Chris Lattner
2002-12-13
1
-31
/
+42
*
brg
Brian Gaeke
2002-12-13
1
-1
/
+27
*
Remove extranous #include
Chris Lattner
2002-12-13
1
-1
/
+0
*
This checkin is brought to you by the brian gaeke allnighter fund.
Brian Gaeke
2002-12-12
1
-28
/
+192
*
Implement a lot of cast functionality (no FP or 64)
Brian Gaeke
2002-12-06
1
-34
/
+62
*
Fix handling of function calls that return void
Chris Lattner
2002-12-04
1
-9
/
+11
*
Implement initial support for return values from call instructions
Chris Lattner
2002-12-04
1
-0
/
+14
*
Adjust the stack pointer after a function call, proportional to the number of
Misha Brukman
2002-12-04
1
-0
/
+9
*
Remove think-o assertion
Chris Lattner
2002-12-04
1
-2
/
+0
*
Avoid crashing on Arguments, just silently miscompile
Chris Lattner
2002-12-04
1
-0
/
+2
*
Fix a bug I introduced in a previous change
Chris Lattner
2002-12-04
1
-2
/
+4
*
Add support for referencing global variables/functions
Chris Lattner
2002-12-04
1
-1
/
+7
*
Fix instsel for calls
Chris Lattner
2002-12-03
1
-3
/
+2
*
Fix the build
Chris Lattner
2002-12-03
1
-2
/
+2
*
brg
Brian Gaeke
2002-12-03
1
-3
/
+14
*
brg
Brian Gaeke
2002-12-03
1
-1
/
+3
*
Don't add implicit regs
Chris Lattner
2002-12-01
1
-1
/
+1
*
brg
Brian Gaeke
2002-11-30
1
-49
/
+74
*
brg
Brian Gaeke
2002-11-29
1
-4
/
+24
*
brg
Brian Gaeke
2002-11-26
1
-3
/
+33
*
lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.
Brian Gaeke
2002-11-22
1
-0
/
+14
*
Don't add implicit operands
Chris Lattner
2002-11-21
1
-5
/
+5
*
Remove implicit information from instruction selector
Chris Lattner
2002-11-21
1
-6
/
+2
*
Fix a bug that prevented compilation of multiple functions
Chris Lattner
2002-11-21
1
-0
/
+1
*
Rename the SetCC X86 instructions to reflect the fact that they are the
Chris Lattner
2002-11-21
1
-2
/
+2
*
Simplify setcc code a bit
Chris Lattner
2002-11-21
1
-123
/
+61
*
Dont' set flags
Chris Lattner
2002-11-21
1
-8
/
+5
*
Add mapping in MachineFunction from SSA regs to Register Classes. Also,
Misha Brukman
2002-11-20
1
-1
/
+11
[next]