OSDN Git Service

android-x86/external-llvm.git
2005-02-17 Chris LattnerScary typo that fixes Regression/Transforms/IndVarsSimp...
2005-02-17 Chris Lattnernew testcase for PR515
2005-02-16 Reid SpencerRemove the "pax" program from the list of those needed...
2005-02-16 Reid SpencerFix installation of configuration files.
2005-02-16 Reid Spencer* Don't flatten the directory hierarchy when installing...
2005-02-16 Reid SpencerDon't use pax for installing header files. Use the...
2005-02-16 Jeff CohenSomehow tablegen.exe got moved... fix up tablegen invoc...
2005-02-16 Jeff CohenGet bugpoint compiling with VC++ again, not that it...
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 Andrew Lenharthadd Alpha to llc
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 LattnerBug fixed
2005-02-15 Chris LattnerFix volatile load/store of pointers. Consider this...
2005-02-15 Chris LattnerBug fixed.
2005-02-15 Chris LattnerNew testcase for PR510.
2005-02-14 Chris Lattnerwow, interesting typo :)
2005-02-14 Chris Lattnerexecution tests shouldn't go here. This was killing...
2005-02-14 Reid SpencerFor PR496:
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 LattnerA testcase that LLC produces illegal asm on for Prolang...
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 LattnerBugs fixed
2005-02-14 Chris LattnerImplement CodeGen/CBackend/2005-02-14-VolatileOperations.ll
2005-02-14 Chris Lattnernew testcase
2005-02-14 Reid SpencerUpdate makefile to use PROJ_* makefile variables intead...
2005-02-14 Reid SpencerUpdate comments to reflect new variable names. Patch...
2005-02-14 Misha BrukmanGive props to Andrew for the Alpha backend
2005-02-14 Andrew Lenharthfix setcc on floats, fixes singlesource:pi, perhaps...
2005-02-14 Chris Lattnernew testcase for PR509
2005-02-13 Chris LattnerFix the llvm bootstrap
2005-02-13 Chris LattnerMove private helper function into the only .cpp file...
2005-02-13 Chris LattnerMove helper function here.
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2005-02-13 Chris LattnerMake sure to null terminate argument lists!
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2005-02-13 Chris LattnerAdd some updates
2005-02-13 Chris LattnerSuSE 3.3.3 is also borken.
2005-02-13 Chris LattnerDo not replace ostream << Module*, only ostream <<...
2005-02-13 Chris LattnerPrint the module, not the pointer.
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 LattnerInclude local time on the web page for start/end times.
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-13 Reid SpencerFix PR506:
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2005-02-13 Andrew Lenharthnon-ieee arith crashes passes on alpha
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 Chris LattnerAdd note about broken GCC
2005-02-12 Andrew Lenharthadded sign extend for boolean
2005-02-12 Chris LattnerDocument the newly generalized model for constant globals.
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2005-02-12 Chris LattnerNew test, adjust other test.
2005-02-12 Chris LattnerReinstate this test, it is correct after all.
2005-02-12 Chris LattnerThis test is invalid
2005-02-12 Chris LattnerFix for testcase Transforms/IndVarsSimplify/2005-02...
2005-02-12 Chris Lattnernew testcase for PR504
2005-02-11 Chris LattnerActually, this testcase is invalid, the bug is in the...
2005-02-11 Chris LattnerNew testcase that manyoso found compiling QT 4.0.
2005-02-11 Chris LattnerSlightly expand on the instructions.
2005-02-11 Chris LattnerBug fixed
2005-02-11 Chris LattnerNew testcase for PR501
2005-02-11 Chris LattnerThe pool allocator is now the llvm-poolalloc module...
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 BrukmanGive props to Brian for V8 backend
2005-02-10 Misha Brukman* Fix spelling of `volatile'
2005-02-09 Chris LattnerThis will be moved elsewhere.
2005-02-09 Misha Brukman* Use doc_code style for blocks of code
2005-02-09 Misha BrukmanDo not mention colors in style names, we might want...
2005-02-09 Misha Brukman* Use an HTML list <ol> instead of custom superscripts...
2005-02-09 Misha BrukmanAdd style to display notes on a different background...
2005-02-09 Chris LattnerTurn footnotes into links, make the page validate.
2005-02-09 Chris LattnerIf needed, this should be in the 'how to compile the...
2005-02-09 Chris Lattnerthis should be incorporated into the build
2005-02-09 Misha Brukman* Separate superscript footnotes with a comma, otherwis...
2005-02-09 Chris LattnerAdd instructions for MINGW, contributed by Henrik Bach
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 LattnerNew testcase that the asmwriter botches.
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
next