aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the loop that searches through each of the operandsDan Gohman2009-01-251-1/+1
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-232-2/+10
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-232-2/+9
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-231-1/+7
* Cross register class coalescing. Not yet enabled.Evan Cheng2009-01-231-0/+6
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-0/+4
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-221-6/+0
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-7/+7
* Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson2009-01-221-0/+3
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-222-31/+3
* Bump to 2.6svn.Tanya Lattner2009-01-221-0/+6
* The operator<() and operator>() were reversing their tests. Have the test the...Bill Wendling2009-01-221-4/+4
* Get rid of warning about implicit 64-to-32 bit conversions.Bill Wendling2009-01-221-1/+3
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-211-1/+1
* Fix ilist two-phase name lookupDouglas Gregor2009-01-211-1/+1
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-211-0/+5
* Do not use host floating point types when emittingDale Johannesen2009-01-212-4/+6
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+2
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-12/+11
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-211-0/+17
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-211-0/+1
* Encode member accessibility.Devang Patel2009-01-211-1/+1
* Appropriately mark fowrad decls.Devang Patel2009-01-201-0/+10
* Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...Evan Cheng2009-01-201-1/+1
* indentation...Devang Patel2009-01-201-5/+5
* Need only one set of debug info versions enum.Devang Patel2009-01-203-22/+13
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-4/+4
* zap white spaces.Devang Patel2009-01-201-56/+48
* Add an IEEE remainder function, which is notDale Johannesen2009-01-201-0/+3
* eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-201-76/+76
* Enable debug info for composite types.Devang Patel2009-01-201-0/+1
* SpacingEvan Cheng2009-01-201-1/+1
* If a vector is empty, you're not allowed to access anyDuncan Sands2009-01-201-2/+3
* Verify debug info.Devang Patel2009-01-191-0/+17
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-192-36/+2
* improve compatibility with cygwin, patch by Jay Foad!Chris Lattner2009-01-191-5/+16
* DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel2009-01-191-59/+0
* Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta2009-01-181-0/+4
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-181-0/+29
* make comparisons a bist fasterGabor Greif2009-01-171-5/+3
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-171-0/+2
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-161-2/+21
* Instead of adding dependence edges between terminator instructionsDan Gohman2009-01-161-1/+5
* CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng2009-01-162-6/+8
* remove a dead method.Chris Lattner2009-01-161-6/+1
* Get this building with gcc-4.4.Duncan Sands2009-01-161-0/+1
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-163-29/+57
* Delete trailing whitespace.Mikhail Glushenkov2009-01-162-74/+74
* Reverting back 62301.Sanjiv Gupta2009-01-161-1/+1
* Few targets do not have a single directive to emit global constants.Sanjiv Gupta2009-01-161-1/+1