summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-14Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth1-2/+4
2011-11-14Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth1-0/+3
2011-11-13Fix comment for LegalizeTypeAction enum.Craig Topper1-1/+1
2011-11-13Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2-52/+54
2011-11-13Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi1-1/+0
2011-11-12Delete the old spilling framework from LiveIntervalAnalysis.Jakob Stoklund Olesen1-119/+0
2011-11-12Delete the linear scan register allocator.Jakob Stoklund Olesen2-6/+0
2011-11-12Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman1-3/+4
2011-11-11Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray1-1/+12
2011-11-10Fix typo.Daniel Dunbar1-1/+1
2011-11-10Add additional checking to ensure that MachineMemOperands are never set to nu...Owen Anderson1-0/+2
2011-11-09Fix typo.Eric Christopher1-1/+1
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher1-2/+0
2011-11-09Enhance verifyLoop so that it can reliably verify that every block in a loop ...Eli Friedman1-3/+19
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper3-8/+12
2011-11-07Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne1-2/+2