index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
InstSelectSimple.cpp
Age
Commit message (
Expand
)
Author
2002-12-18
Don't force setCC instructions into AL
Chris Lattner
2002-12-16
Build add instructions of the correct form!
Chris Lattner
2002-12-16
Two fixes:
Chris Lattner
2002-12-16
Make sure stack manipulation refers to ESP the right number of times
Chris Lattner
2002-12-16
Add some special cases to make common getelementptr cases easier to read/faster
Chris Lattner
2002-12-16
brg
Brian Gaeke
2002-12-15
Give passes nice names!
Chris Lattner
2002-12-15
Add support to cast from a bool type
Chris Lattner
2002-12-13
Implement indirect function calls
Chris Lattner
2002-12-13
Fix bork in doMultiply
Chris Lattner
2002-12-13
Add sanity checks
Chris Lattner
2002-12-13
Insert phi code at top of block
Chris Lattner
2002-12-13
lib/Target/X86/InstSelectSimple.cpp:
Brian Gaeke
2002-12-13
Implement cast bool to X
Chris Lattner
2002-12-13
Rename all BMI MachineBasicBlock operands to MBB.
Brian Gaeke
2002-12-13
Finish up iterator stuph
Chris Lattner
2002-12-13
Code gen phi's correctly
Chris Lattner
2002-12-13
lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
Brian Gaeke
2002-12-13
InstSelectSimple.cpp: Give promote32 a comment. Add initial
Brian Gaeke
2002-12-13
Implement getelementptr constant exprs
Chris Lattner
2002-12-13
brg
Brian Gaeke
2002-12-13
Remove extranous #include
Chris Lattner
2002-12-12
This checkin is brought to you by the brian gaeke allnighter fund.
Brian Gaeke
2002-12-06
Implement a lot of cast functionality (no FP or 64)
Brian Gaeke
2002-12-04
Fix handling of function calls that return void
Chris Lattner
2002-12-04
Implement initial support for return values from call instructions
Chris Lattner
2002-12-04
Adjust the stack pointer after a function call, proportional to the number of
Misha Brukman
2002-12-04
Remove think-o assertion
Chris Lattner
2002-12-04
Avoid crashing on Arguments, just silently miscompile
Chris Lattner
2002-12-04
Fix a bug I introduced in a previous change
Chris Lattner
2002-12-04
Add support for referencing global variables/functions
Chris Lattner
2002-12-03
Fix instsel for calls
Chris Lattner
2002-12-03
Fix the build
Chris Lattner
2002-12-03
brg
Brian Gaeke
2002-12-03
brg
Brian Gaeke
2002-12-01
Don't add implicit regs
Chris Lattner
2002-11-30
brg
Brian Gaeke
2002-11-29
brg
Brian Gaeke
2002-11-26
brg
Brian Gaeke
2002-11-22
lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.
Brian Gaeke
2002-11-21
Don't add implicit operands
Chris Lattner
2002-11-21
Remove implicit information from instruction selector
Chris Lattner
2002-11-21
Fix a bug that prevented compilation of multiple functions
Chris Lattner
2002-11-21
Rename the SetCC X86 instructions to reflect the fact that they are the
Chris Lattner
2002-11-21
Simplify setcc code a bit
Chris Lattner
2002-11-21
Dont' set flags
Chris Lattner
2002-11-20
Add mapping in MachineFunction from SSA regs to Register Classes. Also,
Misha Brukman
2002-11-19
Brian Gaeke says:
Brian Gaeke
2002-11-17
Fix minor detail
Chris Lattner
2002-11-17
Fix Mul/Div clobbers
Chris Lattner
[prev]
[next]