aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add two new record types to the blockinfo block:Chris Lattner2009-04-264-14/+79
* make BitstreamCursor's copyable and assignable.Chris Lattner2009-04-261-2/+38
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-266-116/+149
* I cast, therefore I think I know what I'm doing.Bill Wendling2009-04-261-4/+4
* Use uint64_t instead of unsigned.Bill Wendling2009-04-261-4/+6
* revert an incorrect patch. This causes crashes all over the place on aChris Lattner2009-04-261-6/+4
* Suppress warnings about conversion shortening 64-bit to 32-bit.Bill Wendling2009-04-261-4/+6
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-263-4/+15
* improve documentation on build configurations, patch byChris Lattner2009-04-251-8/+19
* add testcase for strange types of gep indicesChris Lattner2009-04-251-0/+12
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-252-0/+696
* improve documentation around memory lifetimes, Chris Lattner2009-04-251-5/+17
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-253-3/+11
* testcase and asmparser fix for PR4066Chris Lattner2009-04-252-2/+13
* Allow aliasee to be a GEP or bitcast instead of just a bitcast.Chris Lattner2009-04-252-7/+9
* Update docs to not mention gcse/loadvn and mention memdep andChris Lattner2009-04-251-24/+12
* Use intptr_t.Bill Wendling2009-04-251-1/+1
* size() should return a size_t; avoids a warning for 64 bit machines.Mon P Wang2009-04-251-1/+1
* Reuse unused val#'s to avoid running out of memory in extreme cases.Evan Cheng2009-04-251-1/+5
* DenseMap.h needs <new> because it explicitly calls operator new/delete.Chris Lattner2009-04-251-0/+1
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-252-7/+18
* add support for detecting process features on win64, patch byChris Lattner2009-04-251-36/+50
* Refactor the code to grab the low and high parts of a valueDan Gohman2009-04-254-126/+38
* Return null instead of false, as appropriate.Dan Gohman2009-04-251-3/+3
* Add several more icmp simplifications. Transform signed comparisonsDan Gohman2009-04-252-82/+187
* Add a top-level comment about DAGCombiner's role in the compiler.Dan Gohman2009-04-251-0/+4
* Handle ands with 0 and shifts by 0 correctly. These aren'tDan Gohman2009-04-252-2/+32
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-252-1/+10
* Do not share a single unknown val# for all the live ranges merged into a phys...Evan Cheng2009-04-253-23/+32
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-251-1/+1
* Change LowerCallResult method so that CCValAssign::BCvt can be used withBob Wilson2009-04-251-16/+16
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-242-3/+22
* Adjust a comment to reflect what the code does. Splitting a 64-bit argumentBob Wilson2009-04-241-1/+1
* Fix up some problems with getCopyToReg and getCopyFromReg nodes beingBob Wilson2009-04-241-8/+12
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-241-1/+1
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-244-30/+117
* Remove unnecessary references to f32 types. After specifying that f32Bob Wilson2009-04-241-4/+4
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-244-9/+23
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-241-3/+3
* Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is notRafael Espindola2009-04-244-37/+39
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-2425-1610/+2157
* fix a typo noticed by duncanChris Lattner2009-04-241-1/+1
* "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner2009-04-242-0/+23
* PR2957Nate Begeman2009-04-2425-2157/+1610
* Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR,Dan Gohman2009-04-241-60/+118
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-243-8/+7
* Factor out a bit of code that appears in several places into aDan Gohman2009-04-233-14/+16
* Handle Void types in ComputeValueVTs. This doesn't currently occur,Dan Gohman2009-04-231-0/+3
* Fix spurious indentation in a comment.Dan Gohman2009-04-231-1/+1
* Fix a documentation bug.David Greene2009-04-231-1/+1