aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-09Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner
2013-02-09recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner
2013-02-09Remove trailing spaces.Jakub Staszak
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-09Remove the old liveness algorithm.Jakob Stoklund Olesen
2013-02-08Enable *BasicBlockPass::createPrinterPass()Sergei Larin
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson
2013-02-08Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-02-07[Object][ELF] Add a way to get the dynamic symbol table section.Michael J. Spencer
2013-02-07[Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...Michael J. Spencer
2013-02-07ADT: Correct APInt::getActiveWords for zero valuesMeador Inge
2013-02-07[Object][ELF] Fix crash on no dynamic section.Michael J. Spencer
2013-02-0780-colMichael J. Spencer
2013-02-07[Object][ELF] Do the actual devirtualization.Michael J. Spencer
2013-02-07[Object][ELF] Devirtualize and simplify dynamic table iteration.Michael J. Spencer
2013-02-07Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson
2013-02-07Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson
2013-02-06[Support][ErrorOr] Add support for convertable types.Michael J. Spencer
2013-02-06Store bitcode verifier errors rather than dumping to stderrDerek Schuff
2013-02-06Improve comment.Bill Wendling
2013-02-06Allow targets to add custom asm operand matching logic.Jim Grosbach
2013-02-06Add a 'StringRef' version of hasAttribute.Bill Wendling
2013-02-06Add methods to merge an AttrBuilder into another builder.Bill Wendling
2013-02-05Add the target-dependent (string) attributes from the AttrBuilder to the Attr...Bill Wendling
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-02-05Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky
2013-02-05Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick
2013-02-05Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-02-05Format comments & clean whitespaceEli Bendersky
2013-02-05Fix comment formattingEli Bendersky
2013-02-05Support: ensure proper state in ErrorOr copy ctors before calling 'get'Meador Inge
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-02-05[Support][ErrorOr] Add support for convertable types.Michael J. Spencer
2013-02-05Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.Bill Wendling
2013-02-05Changed in comment cxx -> C++. Thanks Richard Smith!.Michael Gottesman
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-02-05Add code to GlobalVariable.h so that global variables marked asMichael Gottesman
2013-02-04Initial cleanups of the param-attribute code in the bitcode reader/writer.Bill Wendling
2013-02-04Merge remote-tracking branch 'origin/master'Derek Schuff
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-02-04Make some LLVM localmods compile when building with --disable-assertions.Jan Voung
2013-02-04SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2013-02-03Added instance variable/initializers/getter/setters for new keyword externall...Michael Gottesman