aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-211-0/+7
* Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin2009-11-201-1/+1
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-204-7/+15
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-201-2/+2
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-201-2/+2
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-201-2/+2
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-15/+5
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-202-25/+14
* Fix fast-isel to avoid selecting the return instruction if aDan Gohman2009-11-201-1/+2
* Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen2009-11-201-1/+6
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-191-1/+5
* cstdlib is not automatically included with StringRef anymore.Benjamin Kramer2009-11-191-0/+1
* Remove the now obsolete algorithm include from StringRef.h.Benjamin Kramer2009-11-191-1/+1
* Workaround PR5482, because all the gcc versions that I had were miscompiling ...Edwin Török2009-11-191-7/+20
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-191-1/+2
* Make EliminateDuplicatePHINodes() available as a utility functionJim Grosbach2009-11-191-1/+8
* Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar2009-11-191-4/+4
* Remove spurious @verbatim. Patch by Timo Juhani Lindfors!Jeffrey Yasskin2009-11-181-1/+1
* Allow the machine verifier to be run outside the PassManager.Jakob Stoklund Olesen2009-11-181-1/+1
* Remove the -early-coalescing optionJakob Stoklund Olesen2009-11-181-10/+0
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-181-0/+5
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-181-0/+7
* The llvm-gcc front-end and the pass manager use two separate TargetData objects.Bill Wendling2009-11-181-2/+3
* Simplify ComputeMultiple so that it doesn't depend on TargetData.Dan Gohman2009-11-181-2/+2
* Remove dead code.Devang Patel2009-11-171-24/+0
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-171-2/+14
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-172-2/+2
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+4
* add Case() with 5 argsNuno Lopes2009-11-171-0/+8
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-172-5/+15
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-172-11/+5
* Fixed call to wrong constructor.Lang Hames2009-11-171-1/+1
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-171-12/+4
* Fix unused variables warnings.Eric Christopher2009-11-162-3/+3
* Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman2009-11-161-1/+1
* Remove an unnecessary #include.Dan Gohman2009-11-161-1/+1
* Sink a #include <map> to where it's actually needed.Dan Gohman2009-11-161-1/+0
* Make PseudoSourceValue's classof recognizeDan Gohman2009-11-161-2/+3
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-162-0/+24
* Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor2009-11-161-1/+3
* Make sure that if anyone passes a name by accident for the isSignedDuncan Sands2009-11-162-0/+9
* disable copying, enforce some invariants.Chris Lattner2009-11-151-0/+3
* mark getIntrinsicID() 'readonly'. This allows various classof methods Chris Lattner2009-11-151-1/+2
* add attributes for readnone/readonly functions.Chris Lattner2009-11-151-0/+12
* add a version of array_pod_sort that takes a custom comparator function.Chris Lattner2009-11-151-0/+8
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-151-0/+1
* Add function to replace a destination MBB in a single jump tableJim Grosbach2009-11-141-0/+5
* Remove dead variable found by clang++.Benjamin Kramer2009-11-141-1/+0
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-142-4/+6
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-142-5/+7