| Commit message (Expand) | Author | Age | Files | Lines |
* | Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa... | Viktor Kutuzov | 2009-11-21 | 1 | -0/+7 |
* | Restructure code to allow renaming of multiple-register groups for anti-dep b... | David Goodwin | 2009-11-20 | 1 | -1/+1 |
* | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 4 | -7/+15 |
* | Recommitting PALIGNR shift width fixes. | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
* | Reverting PALIGNR fix until I figure out how this | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
* | Fixed PALIGNR to take 8-bit rotations in all cases. | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
* | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman | 2009-11-20 | 1 | -15/+5 |
* | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin | 2009-11-20 | 2 | -25/+14 |
* | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman | 2009-11-20 | 1 | -1/+2 |
* | Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. | Jakob Stoklund Olesen | 2009-11-20 | 1 | -1/+6 |
* | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman | 2009-11-19 | 1 | -1/+5 |
* | cstdlib is not automatically included with StringRef anymore. | Benjamin Kramer | 2009-11-19 | 1 | -0/+1 |
* | Remove the now obsolete algorithm include from StringRef.h. | Benjamin Kramer | 2009-11-19 | 1 | -1/+1 |
* | Workaround PR5482, because all the gcc versions that I had were miscompiling ... | Edwin Török | 2009-11-19 | 1 | -7/+20 |
* | Add PS3 Triple class, Credit to John Thompson. | Edward O'Callaghan | 2009-11-19 | 1 | -1/+2 |
* | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach | 2009-11-19 | 1 | -1/+8 |
* | Twine: Stores kinds as uchar instead of bitfield to be friendlier to the | Daniel Dunbar | 2009-11-19 | 1 | -4/+4 |
* | Remove spurious @verbatim. Patch by Timo Juhani Lindfors! | Jeffrey Yasskin | 2009-11-18 | 1 | -1/+1 |
* | Allow the machine verifier to be run outside the PassManager. | Jakob Stoklund Olesen | 2009-11-18 | 1 | -1/+1 |
* | Remove the -early-coalescing option | Jakob Stoklund Olesen | 2009-11-18 | 1 | -10/+0 |
* | Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret... | Viktor Kutuzov | 2009-11-18 | 1 | -0/+5 |
* | Add a target hook to allow changing the tail duplication limit based on the | Bob Wilson | 2009-11-18 | 1 | -0/+7 |
* | The llvm-gcc front-end and the pass manager use two separate TargetData objects. | Bill Wendling | 2009-11-18 | 1 | -2/+3 |
* | Simplify ComputeMultiple so that it doesn't depend on TargetData. | Dan Gohman | 2009-11-18 | 1 | -2/+2 |
* | Remove dead code. | Devang Patel | 2009-11-17 | 1 | -24/+0 |
* | Add ability to set code model within the execution engine builders | Eric Christopher | 2009-11-17 | 1 | -2/+14 |
* | Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. | Evan Cheng | 2009-11-17 | 2 | -2/+2 |
* | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov | 2009-11-17 | 1 | -0/+4 |
* | add Case() with 5 args | Nuno Lopes | 2009-11-17 | 1 | -0/+8 |
* | 1. Allow SCCIterator to work with GraphT types that are constant. | Duncan Sands | 2009-11-17 | 2 | -5/+15 |
* | Following a suggestion of Daniel Dunbar, stop people passing the name | Duncan Sands | 2009-11-17 | 2 | -11/+5 |
* | Fixed call to wrong constructor. | Lang Hames | 2009-11-17 | 1 | -1/+1 |
* | In GlobalVariable::setInitializer, assert that the initializer has the | Jeffrey Yasskin | 2009-11-17 | 1 | -12/+4 |
* | Fix unused variables warnings. | Eric Christopher | 2009-11-16 | 2 | -3/+3 |
* | Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Remove an unnecessary #include. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Sink a #include <map> to where it's actually needed. | Dan Gohman | 2009-11-16 | 1 | -1/+0 |
* | Make PseudoSourceValue's classof recognize | Dan Gohman | 2009-11-16 | 1 | -2/+3 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 2 | -0/+24 |
* | Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs | Douglas Gregor | 2009-11-16 | 1 | -1/+3 |
* | Make sure that if anyone passes a name by accident for the isSigned | Duncan Sands | 2009-11-16 | 2 | -0/+9 |
* | disable copying, enforce some invariants. | Chris Lattner | 2009-11-15 | 1 | -0/+3 |
* | mark getIntrinsicID() 'readonly'. This allows various classof methods | Chris Lattner | 2009-11-15 | 1 | -1/+2 |
* | add attributes for readnone/readonly functions. | Chris Lattner | 2009-11-15 | 1 | -0/+12 |
* | add a version of array_pod_sort that takes a custom comparator function. | Chris Lattner | 2009-11-15 | 1 | -0/+8 |
* | Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. | Edward O'Callaghan | 2009-11-15 | 1 | -0/+1 |
* | Add function to replace a destination MBB in a single jump table | Jim Grosbach | 2009-11-14 | 1 | -0/+5 |
* | Remove dead variable found by clang++. | Benjamin Kramer | 2009-11-14 | 1 | -1/+0 |
* | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer | 2009-11-14 | 2 | -4/+6 |
* | Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the | Benjamin Kramer | 2009-11-14 | 2 | -5/+7 |