aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek2007-11-012-53/+67
* Added typedef "value_type" to DenseMap (similar typedef appears in std::map).Ted Kremenek2007-11-011-5/+11
* constified several pointer arguments for methods in the Deserializer.Ted Kremenek2007-10-312-5/+8
* Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introducedDan Gohman2007-10-311-4/+3
* Add a preverifier pass to check that every basic block ends in a terminator, ...Owen Anderson2007-10-311-1/+20
* Implemented deserialization of references. References are handledTed Kremenek2007-10-312-6/+34
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-312-4/+7
* Changed access control within FoldingSet for some ivars from "private"Ted Kremenek2007-10-311-1/+1
* Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa...Rafael Espindola2007-10-314-23/+16
* Fix a typo in a comment.Dan Gohman2007-10-311-1/+1
* Make ARM an X86 memcpy expansion more similar to each other.Rafael Espindola2007-10-315-11/+11
* Promotion of sdiv/srem/udiv/urem.Duncan Sands2007-10-311-0/+32
* Add a newline at the end of the file.Duncan Sands2007-10-313-3/+3
* fix validationChris Lattner2007-10-311-1/+1
* okay, fine, make me finish this chapter. :)Chris Lattner2007-10-311-32/+977
* add the code for expression code that we'll add, though most of theChris Lattner2007-10-311-1/+265
* Add the first half of chapter 5: if/then/else. Chris Lattner2007-10-313-1/+524
* __main is dead along with llvm-gcc3.Chris Lattner2007-10-311-25/+0
* Add the skeleton of a better PHI elimination pass.Owen Anderson2007-10-312-0/+120
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-314-18/+62
* Make i64=expand_vector_elt(v2i64) work in 32-bit mode.Dale Johannesen2007-10-312-1/+7
* At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ...Evan Cheng2007-10-301-9/+33
* Added member function "size()" to FoldingSet to return the number ofTed Kremenek2007-10-301-1/+4
* New test.Devang Patel2007-10-301-0/+6
* It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele...Evan Cheng2007-10-302-11/+57
* Add missing SSE builtins: CVTPD2PI, CVTPS2PI,Dale Johannesen2007-10-302-0/+64
* Typo.Evan Cheng2007-10-301-1/+1
* Add support for folding binary operators with vector zero operands.Dan Gohman2007-10-302-19/+64
* Fix for visibility warnings generated by gcc-4.2.Duncan Sands2007-10-302-2/+2
* Add support for expanding trunc stores. ConsiderDuncan Sands2007-10-301-62/+126
* If a call to getTruncStore is for a normal store,Duncan Sands2007-10-301-3/+5
* Fix argument types for PSLLQ, PSRLQ.Dale Johannesen2007-10-301-2/+2
* Add missing MMX PSUBQ.Dale Johannesen2007-10-301-0/+1
* - Bug fixes.Evan Cheng2007-10-292-10/+104
* Updated VC++ build systemHartmut Kaiser2007-10-293-0/+16
* Fix a DAGCombiner abort on a bitcast from a scalar to a vector.Dan Gohman2007-10-292-1/+12
* Don't bitcast from pointer-to-vector to pointer-to-array whenDan Gohman2007-10-291-20/+4
* Use an array instead of a fixed-length std::vector.Dan Gohman2007-10-291-6/+8
* Do a real assert if there is an unhandled vector instruction insteadDan Gohman2007-10-291-3/+3
* Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))Evan Cheng2007-10-295-24/+166
* Add explicit keywords.Dan Gohman2007-10-293-4/+4
* Update a comment to reflect the current code.Dan Gohman2007-10-291-2/+2
* Remove an unused function argument.Dan Gohman2007-10-291-6/+6
* Fix a typo in a comment.Dan Gohman2007-10-291-1/+1
* Avoid calling ValidStride when not all uses are addresses.Dan Gohman2007-10-291-6/+5
* Fixed warning concerning implicit conversion from a NULL pointerTed Kremenek2007-10-291-1/+1
* update testcaseChris Lattner2007-10-291-1/+1
* Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode.Evan Cheng2007-10-291-1/+5
* add a note.Chris Lattner2007-10-291-0/+33
* Model stacksave and stackrestore as both writing memory, since we Chris Lattner2007-10-292-1/+51