aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-161-1/+4
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-0/+3
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-154-42/+82
* Simplify the MachineLICM pass by having it only traverse outerDan Gohman2009-01-151-0/+6
* Add the private linkage.Rafael Espindola2009-01-153-2/+8
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-0/+1
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-156-37/+31
* Make getWidenVectorType const.Dan Gohman2009-01-151-1/+1
* Const-qualify getPreIndexedAddressParts and friends.Dan Gohman2009-01-151-2/+2
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-141-2/+2
* Add member template MallocAllocator::Allocate(Num) (to match the same functio...Ted Kremenek2009-01-141-0/+5
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-131-975/+0
* Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...Devang Patel2009-01-131-2/+7
* Undo previous checkin.Devang Patel2009-01-131-3/+0
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-132-4/+8
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-131-0/+3
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-133-56/+3
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-132-0/+11
* Fix fallout from r62144. Evan, please double check this.Owen Anderson2009-01-131-4/+4
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-135-7/+14
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-9/+74
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-122-6/+6
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-121-0/+20
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-121-5/+0
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-121-1/+1
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-121-11/+17
* drats! remove tabsGabor Greif2009-01-111-1/+1
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-111-21/+38
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-091-1/+1
* Removed trailing whitespace.Misha Brukman2009-01-0930-929/+929
* Request DwarfWriter. This will be used to handle dbg_* intrinsics.Devang Patel2009-01-091-1/+3
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-3/+24
* add a helper method.Chris Lattner2009-01-091-0/+7