Make 64bit args and float args work correct with calls. Thanks to Chris
[oota-llvm.git] / lib / Target /
2005-03-26 Nate BegemanMake 64bit args and float args work correct with calls...
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-26 Nate BegemanNext round of pattern isel changes, mostly dealing...
2005-03-26 Nate BegemanCorrect a documention link
2005-03-25 Nate BegemanSupport global addresses and fix call returns. Varargs...
2005-03-24 Nate BegemanImplement next round of Pattern ISel fixes
2005-03-24 Nate BegemanFix an incorrect argument being passed to BuildMI for...
2005-03-24 Nate BegemanCommit Gabor Greif's patch to use iterators in lowering...
2005-03-24 Chris Lattnereliminate dead variables, patch contributed by Gabor...
2005-03-24 Nate BegemanImplement more of the PPC32 Pattern ISel:
2005-03-24 Chris LattnerFix silly "no newline at end of file" warning
2005-03-24 Chris LattnerFix compilation errors, patch contributed by the fabulo...
2005-03-24 Chris Lattnerfix a compilation error, patch contributed by Bill...
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-23 Andrew Lenharthdon't lie to the register allocator
2005-03-23 Tanya LattnerAdded alias analysis.
2005-03-22 Andrew Lenharthhum, it is good to use real instructions
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-21 Misha BrukmanWe may be adding functions to the Module during initial...
2005-03-21 Tanya LattnerMake this method non-const. Making it const causes...
2005-03-19 Chris LattnerFix the 3 regressions last night, due to my buggy patch...
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-18 Chris Lattnerremove use of getPrev() and getNext() on ilist nodes.
2005-03-17 Duraid Madinatypo/denial
2005-03-17 Duraid Madinaclean up warnings when building in release mode
2005-03-17 Duraid MadinaOK, IA64 is statically linked into llc
2005-03-17 Duraid Madinabuild the IA64 target as a .so for now
2005-03-17 Duraid Madinaand so it begins...
2005-03-17 Chris LattnerDon't emit two comparisons when comparing a FP value...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris Lattnerstop using arg_back
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-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
2005-03-13 Andrew LenharthShould fix mesa
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-08 Chris LattnerFix a crash handling 'undef bool', fixing an llc crash...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-03-08 Chris LattnerMake sure to remove all dead type names from the symbol...
2005-03-08 Misha BrukmanSingle characters should be printed out as chars, not...
2005-03-06 Chris Lattnersimplify some code.
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-03 Chris LattnerPrint -X like this:
2005-03-03 Andrew LenharthLSR cleanup patch
2005-03-03 Chris LattnerDo not lower malloc's to pass "sizeof" expressions...
2005-03-02 Chris Lattnercleanup the cfg after lsr
2005-03-02 Andrew Lenharthremove 32 sign extend after 32 sextload and handle...
2005-03-02 Andrew LenharthAdded LSR as a beta pass for alpha
2005-03-02 Chris LattnerAdd a temporary option for llc-beta: -enable-lsr-for...
2005-02-28 Chris LattnerRemove tabs from file.
2005-02-28 Chris LattnerAdd support to the C backend for llvm.prefetch. Patch...
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
2005-02-24 Tanya LattnerOnly print out machine instructions before modulo sched...
2005-02-23 Andrew LenharthAh the problems you have to fix when you stray from...
2005-02-23 Chris LattnerSilence some uninit variable warnings.
2005-02-23 Tanya LattnerFixed bug in findAllcircuits. Fixed branch addition...
2005-02-22 Andrew Lenharthoops
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-22 Andrew Lenharthno longer build as a shared library
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch contributed...
2005-02-16 Tanya LattnerFixed node deletion bug.
2005-02-15 Chris LattnerFix a problem where the PPC backend lost track of the...
2005-02-15 Chris LattnerFix volatile load/store of pointers. Consider this...
2005-02-14 Misha BrukmanWrite out single characters as chars, not strings.
2005-02-14 Chris LattnerImplement CodeGen/CBackend/2005-02-14-VolatileOperations.ll
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 Lenharthmake FP conversion more conservative (matches gcc)
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 Tanya LattnerAdded new circuit finding alogrithm.
2005-02-10 Tanya LattnerAllow modsched and local scheduling to both be run.
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-10 Andrew Lenharthfix fp branch
2005-02-10 Misha Brukman* Fix spelling of `volatile'
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.
next