aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-161-0/+10
* Factor the ReachesChainWithoutSideEffects out of dag combiner into Chris Lattner2008-01-161-0/+8
* Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek2008-01-151-10/+11
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-151-10/+34
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-151-0/+7
* Move some calls to getVRegDef higher in the callgraph, so they don't get exec...Owen Anderson2008-01-151-2/+4
* Unbreak the build.Evan Cheng2008-01-151-3/+3
* Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen2008-01-151-1/+1
* Oops. Forgot to commit this.Evan Cheng2008-01-151-3/+7
* For PR1839: add initial support for __builtin_trap. llvm-gcc part is missedAnton Korobeynikov2008-01-152-0/+5
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-141-1/+7
* Add hasByValArgument() to test if a call instruction has byval argument(s).Evan Cheng2008-01-121-0/+3
* Be more liberal in what parameter attributes areDuncan Sands2008-01-121-2/+2
* Allow clients to specify the inline threshold when creatingChris Lattner2008-01-122-0/+2
* remove some incorrect classof's.Chris Lattner2008-01-111-2/+0
* Do not allow attributes beyond a function's lastDuncan Sands2008-01-111-0/+3
* add operator==/!= to smallvector.Chris Lattner2008-01-111-0/+10
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-111-2/+2
* don't include loopinfo.h from this file.Chris Lattner2008-01-111-1/+3
* Move typedef of loop to top of the file where it is more obvious.Chris Lattner2008-01-111-2/+3
* Fix 80 col violationsChris Lattner2008-01-111-29/+35
* More CellSPU refinement and progress:Scott Michel2008-01-112-52/+64
* Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner2008-01-102-48/+24
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-101-2/+9
* Clearify the meaning of immutable StackObject.Evan Cheng2008-01-101-3/+3
* Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...Evan Cheng2008-01-101-5/+18
* Emit unused EH frames for weak definitions on Darwin,Dale Johannesen2008-01-101-0/+7
* provide def_* and use_* iterators in addition to reg_* iterators.Chris Lattner2008-01-101-12/+51
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-1/+1
* Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng2008-01-091-2/+2
* Added "getRoot()" to ImmutableMap.Ted Kremenek2008-01-081-5/+11
* Fixed 80 col. violation.Ted Kremenek2008-01-081-1/+2
* add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner2008-01-081-2/+9
* add match support for casts.Chris Lattner2008-01-081-0/+24
* Update the comment on scalar to vector to be a bit more clear.Nate Begeman2008-01-071-2/+2
* Small cleanup for handling of type/parameter attributeDuncan Sands2008-01-071-8/+2
* split TargetInstrDesc out into its own header file.Chris Lattner2008-01-072-394/+415
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-075-36/+39
* remove a dead method.Chris Lattner2008-01-071-7/+0
* Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner2008-01-071-53/+62
* add more and significantly better comments to the rest of the machineinstrChris Lattner2008-01-071-68/+114
* add some mroe comments, add a isImplicitDef() method, add Chris Lattner2008-01-071-18/+68
* rename hasVariableOperands() -> isVariadic(). Add some comments.Chris Lattner2008-01-071-8/+18
* Move M_* flags down in the file. Move SchedClass up in the Chris Lattner2008-01-071-58/+59
* Removing a leaked file.Gordon Henriksen2008-01-071-6/+1
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-56/+49
* remove MachineOpCode typedef.Chris Lattner2008-01-071-6/+0
* remove some uses of MachineOpCode, move getSchedClass Chris Lattner2008-01-071-20/+19
* Add predicates methods to TargetOperandInfo, and switch all clients Chris Lattner2008-01-071-15/+28
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-072-1/+7