oota-llvm.git
2009-04-09 Misha BrukmanMake sure to rebuild dependencies for the `check' and...
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
2009-04-09 Chris LattnerFix code size computation on x86-64, patch by Zoltan...
2009-04-09 Chris Lattneradd an accessor method, patch by John McCall!
2009-04-09 Sanjiv Guptar68576 unconverd a bug in PIC16 port (Thanks to Dan...
2009-04-09 Dan GohmanGeneralize ExtendUsesToFormExtLoad to be usable for...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-09 Nick LewyckyFix pointer casting problem.
2009-04-09 Dan GohmanDon't copy the operand of a SwitchInst into virtual...
2009-04-09 Dan GohmanFix grammaros in comments.
2009-04-09 Misha BrukmanFixed compiler warning.
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-04-08 Douglas GregorFix BitstreamReader's GetCurrentBitNo to return the...
2009-04-08 Devang PatelIf subprogram type is not tagged as DW_TAG_subroutine_t...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-08 Bob WilsonAdd testcase for PR3795.
2009-04-08 Bob WilsonFix PR3795: Apply Dan's suggested fix for
2009-04-08 Ted KremenekAccommodate empty string for build type. This was previ...
2009-04-08 Douglas GregorUse 8 instead of CHAR_BIT
2009-04-08 Duncan SandsSoft float support for FREM.
2009-04-08 Misha Brukman* Fixed calls to APInt ctor to work for negative values...
2009-04-08 Douglas GregorAdd BitstreamWriter::GetCurrentBitNo, to report where...
2009-04-08 Duncan SandsSoft float support for undef. Reported by Xerxes RĂ„nby.
2009-04-08 Rafael EspindolaAvoid a hard coded constant.
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Chris LattnerInstcombine should not promote whole computation trees...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
2009-04-08 Chris Lattnerdisable this code for now, re-breaking PR2975, but...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-08 Dan GohmanFully escape the grep string for this test.
2009-04-08 Dan GohmanUpdate this test for recent codegen improvements. CodeG...
2009-04-08 Chris Lattnerchange printStringChar to emit characters as unsigned...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Devang PatelRevert prev. patch for now.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Devang PatelRight now DBG_LABEL are required for llvm.dbg.region_st...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-04-07 Dan GohmanDon't attempt to handle aggregate argument values in...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-07 Mike StumpRemove ccc now. Radar 6737767
2009-04-07 Torok Edwinfix style.
2009-04-07 Bill WendlingUse 'name' instead of 'href'.
2009-04-07 Bill WendlingFix verification failure.
2009-04-07 Bill WendlingOffer an explanation of why building LLVM-GCC with...
2009-04-07 Bill WendlingAnother reformatting. No change in docs.
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-07 Chris Lattnerfix comment to reflect the implementation I ended up...
2009-04-07 Chris Lattnerfix rdar://6762290, a crash compiling cxx filt with...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-07 Chris Lattnerremove empty section
2009-04-07 Dan GohmanAdd svn:ignore properties.
2009-04-06 Chris Lattnerstub out code for reading record with blobs as blobs...
2009-04-06 Chris Lattnerallow clients to look up abbrev id's
2009-04-06 Chris LattnerAdd a new EmitRecordWithBlob API that allows a blob...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-06 Chris Lattnersplit ReadAbbreviatedLiteral out of ReadAbbreviatedField.
2009-04-06 Chris Lattnerreduce indentation with early-out
2009-04-06 Chris Lattnersimplify code a bit.
2009-04-06 Chris Lattnersimplify to reduce indentation.
2009-04-06 Torok Edwinrevert r68457, its crashing in make check.
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-06 Torok Edwinfix (part of) memory leak on shutdown. See PR2975.
2009-04-06 Chris Lattnerclean up some html
2009-04-06 Mike StumpAvoid -O3 on Darwin for now.
2009-04-06 Ed SchoutenLet the strcat optimizer return the pointer to the...
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-05 Bill WendlingAdd character encoding declaration to fix verification...
2009-04-05 Bill WendlingObsessively format this document.
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-04-05 Bill WendlingAdd character encoding declaration.
2009-04-05 Bill WendlingFix validation error.
2009-04-05 Bill WendlingA lot of formatting changes.
2009-04-04 Oscar FuentesCMake: Added notes pointing to the LLVM CMake documenta...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-04 Bill WendlingFix some HTML validation errors.
2009-04-04 Bill WendlingGeneral clean-up of the bitcode format documentation...
2009-04-04 Nick LewyckyTry SSE2?
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-04-04 Nick LewyckyRemove bogus include.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-04 Nick LewyckyFix test on non-x86 platforms.
2009-04-03 Stefanus Du... Test commit access to LLVM with some minor narcissism.
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-03 Bill WendlingDuplicate entry.
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Chris Lattner"Add documentation about the fix for missing x86
2009-04-03 Dan GohmanFix a TargetLowering optimization so that it doesn...
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-04-03 Oscar FuentesCMake: removed IA64AsmPrinter.cpp from lib/Target/IA64...
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-04-03 Anton KorobeynikovFix target library name
2009-04-03 Anton KorobeynikovFix comment
2009-04-03 Anton KorobeynikovMove IA64 asmprinter to separate library
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-03 Chris Lattnerupdate some syntax
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
next