the only caller of insertEntry is insert, inline it and remove insertEntry
[oota-llvm.git] / lib / Target /
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.
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-04 Misha BrukmanMake file header comment consistent: extend the whole...
2005-02-04 Andrew Lenharthalignment
2005-02-04 Andrew Lenharthget alignment printing correctly and get rid of __main...
2005-02-03 Andrew LenharthFP fixes
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthoops
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 LenharthPrint the Constant pool
2005-02-01 Andrew LenharthMake cmov work right and loads for fp from constant...
2005-02-01 Andrew LenharthCorrect stack stuff for FP
2005-02-01 Andrew Lenharthtry to match alpha pattern
2005-02-01 Andrew Lenharthfix register names
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-01-31 Misha BrukmanFix hyphenation in output comment
2005-01-31 Andrew Lenharthindirect call fix
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 LattnerThis code is really unreachable.
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-29 Chris LattnerUnbreak the build :(
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-29 Chris LattnerFinegrainify namespacification.
2005-01-29 Chris Lattneradd namespace qualifier
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 Lenharthstack frame fix and zero FP reg fix
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
next