summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-25
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-24
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* fix typo in commentSebastian Pop2011-11-21
* Add virtual destructor. Whoops!Nick Lewycky2011-11-21
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-20
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-20
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-20
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-17
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-17
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Remove extra ,.Michael J. Spencer2011-11-16
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-16
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-16
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-16
* StringRefize and simplify.Benjamin Kramer2011-11-15
* Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer2011-11-15
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-15
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-15
* Move WEAK marking to the declaration.Nick Lewycky2011-11-15
* Break false dependencies before partial register updates.Jakob Stoklund Olesen2011-11-15
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-15
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-14
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-14
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-14
* Make headers standalone.Benjamin Kramer2011-11-14
* Make headers standalone, move a virtual method out of line.Benjamin Kramer2011-11-14
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-14
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-14
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-14
* Add a cautionary note to this API. It was not at all obvious to me howChandler Carruth2011-11-14
* Fix comment for LegalizeTypeAction enum.Craig Topper2011-11-13
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi2011-11-13
* Delete the old spilling framework from LiveIntervalAnalysis.Jakob Stoklund Olesen2011-11-12
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-12
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray2011-11-11
* Fix typo.Daniel Dunbar2011-11-10
* Add additional checking to ensure that MachineMemOperands are never set to nu...Owen Anderson2011-11-10
* Fix typo.Eric Christopher2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Enhance verifyLoop so that it can reliably verify that every block in a loop ...Eli Friedman2011-11-09
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne2011-11-07