summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fixes for BreakCriticalMachineCodeEdge by Fernando.Owen Anderson2008-01-27
* make isExactlyValue work for long double.Chris Lattner2008-01-27
* The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling2008-01-27
* make this 64-bit safeChris Lattner2008-01-26
* Reorder a field to reduce the size of StackObject. Note that thisChris Lattner2008-01-25
* Add more assertions to catch accesses outside ofDuncan Sands2008-01-25
* move this field back. Moving the field causes miscompilations (!) of voronoi...Chris Lattner2008-01-25
* move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner2008-01-25
* add a fixme.Chris Lattner2008-01-25
* Added additional overloaded operators for APSInt to match the operators ofTed Kremenek2008-01-24
* Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class.Chris Lattner2008-01-24
* Move some functionality for adding flags to MachineInstr's into methods on Ma...Owen Anderson2008-01-24
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-23
* Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek2008-01-23
* Added "getRoot()" to ImmutableSet. Ted Kremenek2008-01-23
* Silence a warning. Should we turn this into configure-time check?Anton Korobeynikov2008-01-22
* Fixed buggy caching of the hash value of an ImutAVLTree node.Ted Kremenek2008-01-21
* Moved method call within a conditional branch because its effects willTed Kremenek2008-01-21
* Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on aTed Kremenek2008-01-21
* Added "clear" method to FoldingSetNodeID to allow a FoldingSetNodeID objectTed Kremenek2008-01-21
* Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. TheTed Kremenek2008-01-21
* Fix the failures in the PPC JIT by marking relocation entries forChris Lattner2008-01-21
* Changed argument name for 'Profile' method to potentially fix a name conflictTed Kremenek2008-01-19
* Modified ImmutableSet/ImmutableMap to use FoldingSet profiling usingTed Kremenek2008-01-19
* Added FoldingSet style 'profiling' support for APSInt.Ted Kremenek2008-01-19
* Added FoldingSet style 'profiling' support for APInt.Ted Kremenek2008-01-19
* Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek2008-01-19
* Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTraitTed Kremenek2008-01-19
* don't form an std::string with a null pointer, it aborts.Chris Lattner2008-01-18
* remove magic numbers.Chris Lattner2008-01-18
* Reverted implementation of ImmutableMap::find() to return a TreeTy* instead ofTed Kremenek2008-01-18
* This commit changes:Chris Lattner2008-01-17
* Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* valueTed Kremenek2008-01-17
* add some helper methods.Chris Lattner2008-01-17
* * Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner2008-01-17
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-16
* Factor the ReachesChainWithoutSideEffects out of dag combiner into Chris Lattner2008-01-16
* Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek2008-01-15
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-15
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-15
* Move some calls to getVRegDef higher in the callgraph, so they don't get exec...Owen Anderson2008-01-15
* Unbreak the build.Evan Cheng2008-01-15
* Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen2008-01-15
* Oops. Forgot to commit this.Evan Cheng2008-01-15
* For PR1839: add initial support for __builtin_trap. llvm-gcc part is missedAnton Korobeynikov2008-01-15
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-14
* Add hasByValArgument() to test if a call instruction has byval argument(s).Evan Cheng2008-01-12
* Be more liberal in what parameter attributes areDuncan Sands2008-01-12
* Allow clients to specify the inline threshold when creatingChris Lattner2008-01-12
* remove some incorrect classof's.Chris Lattner2008-01-11