aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher2007-12-011-0/+3
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-301-2/+2
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-301-0/+1
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-301-2/+3
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-5/+16
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-301-1/+9
* Fix a major performance issue with splitting. If there is a def (not def/use)Evan Cheng2007-11-291-4/+19
* Replace the odd kill# hack with something less fragile.Evan Cheng2007-11-291-2/+5
* Pass the whole StringMapEntry into StringMapEntryInitializer::Initialize.Chris Lattner2007-11-291-2/+4
* provide an optional API to allow datatypes in a stringmap to be *gasp* Chris Lattner2007-11-291-7/+41
* Fixed various live interval splitting bugs / compile time issues.Evan Cheng2007-11-291-4/+9
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-283-3/+28
* Add missing newlines at EOF.Duncan Sands2007-11-281-1/+1
* Recover compile time regression.Evan Cheng2007-11-281-3/+3
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-272-1/+204
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-275-26/+33
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-271-37/+70
* Add accessor for getting the underlying templated type. This is necessary fo...Owen Anderson2007-11-272-4/+8
* Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov2007-11-251-0/+1
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-253-2/+31
* Remove a leak. Destroy LoopInfoBase object. releaseMemory() is actually calle...Anton Korobeynikov2007-11-251-1/+1
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-251-0/+33
* Several changes:Chris Lattner2007-11-241-3/+7
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-231-4/+3
* add some static icmpinst predicates.Chris Lattner2007-11-221-7/+17
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-221-2/+2
* File missing from previous patch.Dale Johannesen2007-11-201-0/+15
* Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman2007-11-193-4/+4
* Fix a typo in a comment.Dan Gohman2007-11-191-1/+1
* Add explicit keywords.Dan Gohman2007-11-193-10/+10
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-181-6/+3
* Reverted patch 44199:Ted Kremenek2007-11-172-111/+45
* Changed implementation of Serialize::EmitDiffPtrID andTed Kremenek2007-11-172-4/+5
* Implemented optimization for BatchEmitOwnedPtrs that we only emit one completeTed Kremenek2007-11-172-46/+111
* Live interval splitting:Evan Cheng2007-11-172-23/+43
* Shrinkfy.Evan Cheng2007-11-171-4/+4
* Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov2007-11-152-0/+13
* Reverted r44163 per requestAnton Korobeynikov2007-11-153-59/+1
* Fix bugs in iterator invalidationDaniel Berlin2007-11-151-3/+7
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-153-1/+59
* Import the boost scoped_ptr class to LLVM. This patch was prepared byChris Lattner2007-11-151-0/+129
* More templatization.Owen Anderson2007-11-151-37/+333
* Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek2007-11-151-5/+4
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-141-10/+12
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-1/+4
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-142-0/+40
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-143-22/+17
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-145-49/+350
* Fixed a compilation error.Hartmut Kaiser2007-11-131-0/+1
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-131-1/+1