summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-22
* For PR1146:Reid Spencer2007-04-22
* X86 TLS: Implement review feedback.Lauro Ramos Venancio2007-04-21
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-21
* Make enum-valued bitfield large enough to avoid interpretation as negative va...Jeff Cohen2007-04-21
* Fix breakage of bytecode reader when built with VC++.Jeff Cohen2007-04-21
* The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...Jeff Cohen2007-04-21
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-21
* Fix some null checks to actually test the part that needs checking.Owen Anderson2007-04-21
* Add super-register set.Evan Cheng2007-04-21
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-20
* Add sub-registers set accessor.Evan Cheng2007-04-20
* Add sub-register sets.Evan Cheng2007-04-20
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-20
* Add null checks and const-ify these accessors.Owen Anderson2007-04-20
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-20
* Fix some VC++ warnings.Jeff Cohen2007-04-19
* Add accessor to get the blocks immediately dominated by a given block to ETFo...Owen Anderson2007-04-18
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-18
* Add an accessor to make ETForest more useful.Owen Anderson2007-04-18
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-18
* what's an & between friends?Chris Lattner2007-04-18
* Copy coalescing change to prevent a physical register from being pin to aEvan Cheng2007-04-17
* Add a register allocation preference field; add a method to compute size of a...Evan Cheng2007-04-17
* Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng2007-04-17
* Keep track of number of uses within the function per virtual register.Evan Cheng2007-04-17
* Commit an patch from Gabor Greif in Mar 2005. This eliminates the tailChris Lattner2007-04-17
* make getnext/getprev accessors private.Chris Lattner2007-04-17
* make next/prev accessors privateChris Lattner2007-04-17
* bool on darwin/ppc is 4 bytes.Chris Lattner2007-04-17
* Instruction:: Next/Prev accessors are now privateChris Lattner2007-04-17
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-17
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-17
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-17
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* urr, yeah.Chris Lattner2007-04-17
* Fix 80 col violations.Reid Spencer2007-04-16
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-16
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-16
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* For PR1328:Reid Spencer2007-04-16
* Tabs -> SpacesOwen Anderson2007-04-15
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-15
* Make ETForest depend on DomTree rather than IDom. This is the first stepOwen Anderson2007-04-14
* Fix PR1329.Jeff Cohen2007-04-14
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-14
* Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer2007-04-13