add an entry, add links to entries for demo page.
[oota-llvm.git] / lib /
2005-02-25 Chris LattnerHandle null a bit more carefully.
2005-02-24 Chris LattnerThis instruction:
2005-02-24 Chris LattnerFix a bug introduced by revision 1.187 of this file.
2005-02-24 Andrew Lenharthfix Allocas. Really. I mean it this time.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-24 Chris LattnerImplement Transforms/SimplifyCFG/switch_thread.ll
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-24 Chris Lattneruse more specific cast.
2005-02-24 Chris Lattneradd more checking
2005-02-24 Chris LattnerDo not read free'd memory when printing an error message.
2005-02-24 Chris Lattneradd a new method.
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 Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-23 Chris Lattnernew method
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
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 Chris LattnerRemove use of bind_obj, deleter, and finegrainify names...
2005-02-22 Chris LattnerRemove use of bind_obj
2005-02-22 Chris LattnerC++ is not a functional programming language.
2005-02-22 Andrew Lenharthdynamic stack allocas
2005-02-22 Chris LattnerFix a bug in the 'store fpimm, ptr' -> 'store intimm...
2005-02-22 Andrew Lenharthno longer build as a shared library
2005-02-20 Chris LattnerFix problems running the HowToUseJIT on powerpc, and...
2005-02-20 Jeff CohenFix silly mistake.
2005-02-20 Jeff CohenImplement standard I/O redirection in ExecuteAndWait().
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2005-02-19 Chris LattnerEliminate silly warnings from the linker of the form:
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-18 Jeff CohenMake PreventCoreFiles() do the right thing on Windows.
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch contributed...
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch by Aaron...
2005-02-17 Chris LattnerDon't rely on doubles comparing identical to each other...
2005-02-17 Chris LattnerDon't sink argument loads into loops or other bad place...
2005-02-17 Chris LattnerDo not mark obviously unreachable blocks live when...
2005-02-17 Chris LattnerScary typo that fixes Regression/Transforms/IndVarsSimp...
2005-02-16 Jeff CohenArg list already has program name in it.
2005-02-16 Tanya LattnerFixed node deletion bug.
2005-02-15 Chris LattnerInstead of doing a manual comparison loop, just use...
2005-02-15 Chris LattnerMake this more efficient now that we know both files...
2005-02-15 Misha BrukmanFix spelling
2005-02-15 Reid SpencerAdjust DiffFilesWithTolerance to help poor cygwin's...
2005-02-15 Chris LattnerFix a problem where the PPC backend lost track of the...
2005-02-15 Chris LattnerAdd a sanity check.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-15 Chris LattnerFix volatile load/store of pointers. Consider this...
2005-02-14 Chris LattnerFix a bug in my previous change to this, which broke...
2005-02-14 Chris LattnerPrint GEP offsets as signed values instead of unsigned...
2005-02-14 Chris LattnerFix the second bug attached to PR504.
2005-02-14 Chris LattnerWork around GCC PR19958, which causes programs to somet...
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-13 Chris LattnerFix the llvm bootstrap
2005-02-13 Chris LattnerMove helper function here.
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2005-02-13 Reid SpencerMake the check for global variables the same as the...
2005-02-13 Chris LattnerNuke blank line.
2005-02-13 Chris LattnerMinor cleanup. No need to explicitly tell the compiler...
2005-02-13 Chris LattnerMake sure to clear the LazyFunctionLoadMap after we...
2005-02-13 Chris LattnerDo not put internal symbols into the symbol table....
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
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-12 Chris LattnerAllow globals to be of different const'nesses when...
2005-02-12 Chris LattnerFix for testcase Transforms/IndVarsSimplify/2005-02...
2005-02-10 Andrew Lenharthfix a bunch of regressions due to call behavior
2005-02-10 Alkis EvlogimenosLocalize globals if they are only used in main(). This...
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-09 Chris LattnerDon't print a 'Total Execution Time' line for the ...
2005-02-09 Chris LattnerFix test/Regression/Assembler/2005-02-09-AsmWriterStore...
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
2005-02-08 Andrew LenharthBranchCC, nifty
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-07 Chris LattnerIndCallGraphMap is now a pointer to a new'd map.
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-05 Chris LattnerInstead of initializing the volatile field, use accesso...
2005-02-05 Chris LattnerInitialize new field.
next