aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-282-8/+0
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-281-32/+0
* Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer2011-11-281-2/+2
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-282-3/+6
* use llvm-config.h in public headerDylan Noblesmith2011-11-281-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-284-5/+11
* update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-283-9/+9
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-274-19/+7
* Fixed ObjectFile functions:Danil Malyshev2011-11-274-7/+19
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-4/+0
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-4/+0
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-10/+5
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-251-0/+10
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-241-2/+2
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-233-0/+21
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-222-0/+6
* fix typo in commentSebastian Pop2011-11-211-2/+2
* Add virtual destructor. Whoops!Nick Lewycky2011-11-211-0/+2
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-201-124/+23
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-202-1/+11
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-201-1/+1
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-2/+2
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-171-0/+3
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-172-8/+54
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-165-46/+53
* Remove extra ,.Michael J. Spencer2011-11-161-1/+1
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-162-0/+4
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-161-0/+8
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-161-3/+291
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-161-1/+1
* StringRefize and simplify.Benjamin Kramer2011-11-151-1/+1
* Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer2011-11-151-11/+0
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-151-1/+1
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-153-9/+9
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-152-8/+9
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-151-1/+1
* Move WEAK marking to the declaration.Nick Lewycky2011-11-151-8/+6
* Break false dependencies before partial register updates.Jakob Stoklund Olesen2011-11-151-0/+68
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-0/+7
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-142-2/+137
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-142-0/+50
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-141-6/+0
* Make headers standalone.Benjamin Kramer2011-11-146-8/+14
* Make headers standalone, move a virtual method out of line.Benjamin Kramer2011-11-143-16/+22
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-141-5/+5
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-141-0/+1
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-141-2/+4
* Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth2011-11-141-0/+3
* Fix comment for LegalizeTypeAction enum.Craig Topper2011-11-131-1/+1
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-132-52/+54