Build EC's for globals twice. The first is after constructing the initial
[oota-llvm.git] / lib / Target / Alpha / AlphaISelPattern.cpp
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-23 Andrew LenharthAh the problems you have to fix when you stray from...
2005-02-22 Andrew Lenharthoops
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-14 Andrew Lenharthfix setcc on floats, fixes singlesource:pi, perhaps...
2005-02-12 Andrew Lenharthtry to do better match for i32 adds
2005-02-12 Andrew Lenharthoops, I was sure this had already gond though the night...
2005-02-12 Andrew Lenharthadded sign extend for boolean
2005-02-10 Andrew Lenharthfix a bunch of regressions due to call behavior
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-08 Andrew LenharthBranchCC, nifty
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-07 Andrew Lenharthcopytoreg fix
2005-02-07 Andrew Lenharthcopyfromreg fix
2005-02-07 Andrew Lenharthfix load bug
2005-02-07 Andrew Lenharthmore FP load store fixes and Load store simplifications
2005-02-07 Andrew Lenharthclean up load and stores alot
2005-02-07 Andrew Lenharthteach all loads and stores about the stack
2005-02-06 Andrew Lenharthprefer FP scratch registers and more check in LowerArgu...
2005-02-06 Andrew Lenharthfix oopso
2005-02-06 Andrew Lenharthsmarter loads and stores. can now handle base+offset.
2005-02-05 Andrew Lenharthfix build
2005-02-05 Andrew Lenharthclean up
2005-02-05 Andrew Lenharthfix f32 setcc, and fp select
2005-02-05 Andrew Lenharthadded ugly support for fp compares
2005-02-05 Misha BrukmanMake the rest of file header comments consistent in...
2005-02-03 Andrew LenharthFP fixes
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthprevent register allocator from using the stack pointer :)
2005-02-02 Andrew Lenharthfix loading of floats
2005-02-02 Andrew Lenharthmarked mem* as not supported
2005-02-02 Andrew Lenharthfix Load bug
2005-02-02 Andrew Lenharthtry to make a bug bugpointable, add yet more constant...
2005-02-02 Andrew Lenharthbetter constant handling, should fix many remaining...
2005-02-01 Andrew Lenharthfix FP arg passing bug, Add unsigned to/from int, fix...
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-01-31 Andrew Lenharthfp to int and back conversion sequences
2005-01-30 Andrew Lenharthadded fp extend and removed a forgotten assert in more...
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-28 Andrew Lenharthfix ExprMap, partially teach about add long
2005-01-28 Andrew Lenharthfix ExprMap and constant check in setcc
2005-01-28 Andrew Lenharthmove FP into it's own select
2005-01-27 Andrew LenharthFloating point instructions like Floating point registers
2005-01-27 Andrew Lenharthint to float conversion and another setcc
2005-01-27 Andrew Lenharthteach isel about comparison with constants and zero...
2005-01-27 Andrew Lenharthperhaps this will let me have calls again
2005-01-27 Andrew Lenharthminor bug fix
2005-01-27 Andrew Lenharthminor bug fix
2005-01-26 Andrew Lenharth initial fp support
2005-01-26 Andrew Lenharthhum, writing on one machine, testing on another...
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Andrew Lenharthproblems with bools, and their work arounds
2005-01-25 Andrew Lenharthmore load choices, better add with imm
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...