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