aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-07Revert prev. patch for now.Devang Patel
2009-04-07Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling
2009-04-07Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio...Devang Patel
2009-04-07Reduce code duplication on the TLS implementation.Rafael Espindola
2009-04-07Don't attempt to handle aggregate argument values in FastISel; letDan Gohman
2009-04-07PR2985 / <rdar://problem/6584986>Jim Grosbach
2009-04-07Remove ccc now. Radar 6737767Mike Stump
2009-04-07fix style.Torok Edwin
2009-04-07Use 'name' instead of 'href'.Bill Wendling
2009-04-07Fix verification failure.Bill Wendling
2009-04-07Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn'tBill Wendling
2009-04-07Another reformatting. No change in docs.Bill Wendling
2009-04-07Another attempt at fixing PR2975.Torok Edwin
2009-04-07fix comment to reflect the implementation I ended up settling on.Chris Lattner
2009-04-07fix rdar://6762290, a crash compiling cxx filt with clang.Chris Lattner
2009-04-07Add an API for the bitstream reader to read blobs and returnChris Lattner
2009-04-07remove empty sectionChris Lattner
2009-04-07Add svn:ignore properties.Dan Gohman
2009-04-06stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner
2009-04-06allow clients to look up abbrev id'sChris Lattner
2009-04-06Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06Handle 'a' modifier in ARM inline assembly.Bob Wilson
2009-04-06split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner
2009-04-06reduce indentation with early-outChris Lattner
2009-04-06simplify code a bit.Chris Lattner
2009-04-06simplify to reduce indentation.Chris Lattner
2009-04-06revert r68457, its crashing in make check.Torok Edwin
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-04-06fix (part of) memory leak on shutdown. See PR2975.Torok Edwin
2009-04-06clean up some htmlChris Lattner
2009-04-06Avoid -O3 on Darwin for now.Mike Stump
2009-04-06Let the strcat optimizer return the pointer to the start of the buffer,Ed Schouten
2009-04-06Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta
2009-04-05Add character encoding declaration to fix verification warning.Bill Wendling
2009-04-05Obsessively format this document.Bill Wendling
2009-04-05Add segment flag bits to ELF.h.Mikhail Glushenkov
2009-04-05Add character encoding declaration.Bill Wendling
2009-04-05Fix validation error.Bill Wendling
2009-04-05A lot of formatting changes.Bill Wendling
2009-04-04CMake: Added notes pointing to the LLVM CMake documentation.Oscar Fuentes
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-04-04Fix some HTML validation errors.Bill Wendling
2009-04-04General clean-up of the bitcode format documentation. Having the paragraphsBill Wendling
2009-04-04Try SSE2?Nick Lewycky
2009-04-04CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky
2009-04-04Remove bogus include.Nick Lewycky
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-04-04Fix test on non-x86 platforms.Nick Lewycky
2009-04-03Test commit access to LLVM with some minor narcissism.Stefanus Du Toit