summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wow. I definitely shouldn't write code when I'm tird.Owen Anderson2007-11-131-19/+24
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-2/+4
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-0/+14
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-132-14/+15
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-132-0/+48
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-121-3/+21
* Compile fix.Duncan Sands2007-11-121-0/+1
* Add a flag for indirect branch instructions.Owen Anderson2007-11-121-0/+5
* Refactor some code.Evan Cheng2007-11-121-3/+27
* Fix rewriting of PHI nodes.Owen Anderson2007-11-121-6/+17
* Remove unnecessary #include's.Owen Anderson2007-11-121-2/+0
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-122-4/+94
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-101-0/+2
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-101-2/+4
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-101-2/+37
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-101-5/+14
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-092-28/+7
* Make this header publicAnton Korobeynikov2007-11-091-0/+29
* Fix some load/store logic that would be wrong forDuncan Sands2007-11-091-0/+7
* Much improved pic jumptable codegen:Evan Cheng2007-11-092-6/+12
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-091-4/+14
* Make BreakCriticalMachineEdges available as a pass that can be depended on.Owen Anderson2007-11-081-0/+4
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-083-19/+46
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-082-0/+22
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-081-4/+5
* Oops, forgot to commit this file.Owen Anderson2007-11-081-0/+4