| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson | 2009-07-10 | 4 | -60/+203 |
* | remove the "debug" modifier, it is only used by one instruction which can | Chris Lattner | 2009-07-10 | 2 | -2/+2 |
* | Refactor TableGen's llvm::getName to share code with llvm::getEnumName, | Bob Wilson | 2009-07-10 | 1 | -41/+4 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 5 | -1/+134 |
* | Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define | Jeffrey Yasskin | 2009-07-10 | 1 | -3/+3 |
* | make pcrel and non-pcrel global printing more similar. | Chris Lattner | 2009-07-10 | 1 | -11/+19 |
* | Support remote execute for ARM. | David Goodwin | 2009-07-10 | 4 | -7/+37 |
* | Undo my brain cramp. | Evan Cheng | 2009-07-10 | 2 | -67/+0 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 7 | -215/+245 |
* | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 2 | -25/+595 |
* | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin | 2009-07-10 | 5 | -0/+150 |
* | code model is never set to default. | Chris Lattner | 2009-07-10 | 1 | -4/+2 |
* | fix indentation | Chris Lattner | 2009-07-10 | 1 | -14/+14 |
* | remove the now-dead TM argument to these methods. | Chris Lattner | 2009-07-10 | 5 | -10/+10 |
* | make PIC vs DynamicNoPIC be explicit in PICStyles. | Chris Lattner | 2009-07-10 | 3 | -21/+21 |
* | some minor simplifications. | Chris Lattner | 2009-07-10 | 2 | -14/+32 |
* | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner | 2009-07-10 | 5 | -34/+40 |
* | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman | 2009-07-10 | 2 | -16/+2 |
* | Avoid compiler warnings when assertions are turned off. | Duncan Sands | 2009-07-10 | 1 | -4/+4 |
* | Avoid compiler warnings if assertions turned off. | Duncan Sands | 2009-07-10 | 1 | -0/+2 |
* | CMOVxx doesn't swap operands which it's commuted. | Evan Cheng | 2009-07-10 | 2 | -0/+67 |
* | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng | 2009-07-10 | 4 | -31/+67 |
* | Link std.lib (.bc code) with llvm-ld. | Sanjiv Gupta | 2009-07-10 | 1 | -2/+2 |
* | Fix unit tests. | Owen Anderson | 2009-07-10 | 3 | -92/+94 |
* | convert test to use FileCheck, which is much more precise and faster than | Chris Lattner | 2009-07-10 | 1 | -7/+21 |
* | add missing *, patch by Peter O'Gorman! | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
* | Push LLVMContext through the TypeBuilder API. There are no users for this in... | Owen Anderson | 2009-07-10 | 1 | -96/+106 |
* | Eliminate an unnecessary include. | David Greene | 2009-07-10 | 1 | -2/+0 |
* | Push LLVMContext through the PatternMatch API. | Owen Anderson | 2009-07-10 | 4 | -164/+193 |
* | Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr... | David Goodwin | 2009-07-10 | 2 | -14/+42 |
* | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman | 2009-07-10 | 4 | -120/+723 |
* | Update for GlobalVariables ctor change. | Owen Anderson | 2009-07-10 | 1 | -3/+2 |
* | t2LDM_RET does not fall-through. | David Goodwin | 2009-07-10 | 1 | -1/+1 |
* | Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing | Duncan Sands | 2009-07-10 | 1 | -0/+1 |
* | make this more like printOperand. Perhaps some merging will happen | Chris Lattner | 2009-07-10 | 1 | -3/+2 |
* | simplify fast isel by using ClassifyGlobalReference. This | Chris Lattner | 2009-07-10 | 3 | -53/+14 |
* | eliminate GVRequiresRegister, replacing it with predicates we | Chris Lattner | 2009-07-10 | 3 | -24/+9 |
* | change a bunch of logic in LowerGlobalAddress to leverage the work | Chris Lattner | 2009-07-10 | 1 | -17/+10 |
* | add a predicate to determine if a global var reference requires a | Chris Lattner | 2009-07-10 | 1 | -0/+16 |
* | move some classification logic around. Now GVRequiresExtraLoad | Chris Lattner | 2009-07-10 | 3 | -74/+100 |
* | change isGlobalStubReference to take target flags instead of a MachineOperand. | Chris Lattner | 2009-07-10 | 4 | -9/+9 |
* | convert some late code (called by regalloc and code emission) | Chris Lattner | 2009-07-10 | 2 | -12/+5 |
* | add a new predicate method that says whether a GlobalValue | Chris Lattner | 2009-07-10 | 1 | -1/+27 |
* | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner | 2009-07-10 | 6 | -17/+10 |
* | actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code | Chris Lattner | 2009-07-10 | 4 | -22/+2 |
* | There is only one case where GVRequiresExtraLoad returns true for calls: | Chris Lattner | 2009-07-10 | 4 | -80/+37 |
* | the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it. | Chris Lattner | 2009-07-10 | 3 | -11/+9 |
* | split call handling out of X86SelectAddress into X86SelectCallAddress | Chris Lattner | 2009-07-10 | 1 | -18/+164 |
* | convert a helper method to be a static function instead of a | Chris Lattner | 2009-07-10 | 1 | -11/+14 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -2/+2 |