aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-11-29If fast-isel fails, remove dead instructions generated during the failed Chad Rosier
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-29llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar
2011-11-28Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling
2011-11-28Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick
2011-11-28Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer
2011-11-28configure, config.h.in: Regenerate.NAKAMURA Takumi
2011-11-28use llvm-config.h in public headerDylan Noblesmith
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-28update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-11-27remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner
2011-11-27remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-11-24Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-21fix typo in commentSebastian Pop
2011-11-21Add virtual destructor. Whoops!Nick Lewycky
2011-11-20Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky
2011-11-20Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky
2011-11-20Make an obviously const interface actually be marked as const.Chandler Carruth
2011-11-17DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel
2011-11-17Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek
2011-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-16Remove extra ,.Michael J. Spencer
2011-11-16AddressSanitizer, first commit (compiler module only)Kostya Serebryany
2011-11-16Object/Archive: Give Child a operator < for map.Michael J. Spencer
2011-11-16Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer
2011-11-16Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson
2011-11-15StringRefize and simplify.Benjamin Kramer
2011-11-15Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer
2011-11-15Missed some users of Value::getNameStr.Benjamin Kramer
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-11-15include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi
2011-11-15Move WEAK marking to the declaration.Nick Lewycky
2011-11-15Break false dependencies before partial register updates.Jakob Stoklund Olesen
2011-11-15Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky
2011-11-14Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky
2011-11-14Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer
2011-11-14Make headers standalone.Benjamin Kramer
2011-11-14Make headers standalone, move a virtual method out of line.Benjamin Kramer
2011-11-14Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth
2011-11-14Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth