aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Now that PR2957 is resolved, remove a bunch ofDuncan Sands2009-04-274-90/+4
* Test for (llvm-gcc) 70231.Dale Johannesen2009-04-271-0/+44
* Revert accidental testcase reductionNate Begeman2009-04-271-4/+40
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-2726-2208/+1646
* Print statistics for each record kind saying the number of bitsChris Lattner2009-04-271-3/+24
* clean up the output of llvm-bcanalyzer by using printfChris Lattner2009-04-271-8/+17
* Fix PR4056. It's possible a physical register def is dead if its implicit use...Evan Cheng2009-04-272-2/+26
* Also delete last unused val#.Evan Cheng2009-04-271-0/+6
* Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use theseDan Gohman2009-04-273-32/+71
* Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD,Dan Gohman2009-04-275-42/+42
* Break up long multi-mnemonic strings into separate lines for readability.Dan Gohman2009-04-272-12/+27
* Fix the syntax for a PR number in a test.Dan Gohman2009-04-271-1/+1
* Fix some confusion in the Ada f-e build instructions betweenDuncan Sands2009-04-271-7/+11
* Revised 68749 to allow matching of load/stores for address spaces < 256.Mon P Wang2009-04-271-9/+9
* Under unusual circumstances (jitting a function that causes the creation ofNick Lewycky2009-04-271-17/+23
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-271-3/+1
* Make this test slightly more strict.Dan Gohman2009-04-271-1/+1
* When transforming sext(trunc(load(x))) into sext(smaller load(x)),Dan Gohman2009-04-272-1/+21
* Handle ands with ~0 correctly too. This fixes PR4052.Dan Gohman2009-04-272-0/+105
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* 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