summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support remote execute for ARM.David Goodwin2009-07-10
* Undo my brain cramp.Evan Cheng2009-07-10
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-10
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-10
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-10
* code model is never set to default.Chris Lattner2009-07-10
* fix indentationChris Lattner2009-07-10
* remove the now-dead TM argument to these methods.Chris Lattner2009-07-10
* make PIC vs DynamicNoPIC be explicit in PICStyles.Chris Lattner2009-07-10
* some minor simplifications.Chris Lattner2009-07-10
* add a couple of predicates to test for "stub style pic in PIC mode" and "stub...Chris Lattner2009-07-10
* Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman2009-07-10
* Avoid compiler warnings when assertions are turned off.Duncan Sands2009-07-10
* Avoid compiler warnings if assertions turned off.Duncan Sands2009-07-10
* CMOVxx doesn't swap operands which it's commuted.Evan Cheng2009-07-10
* Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng2009-07-10
* Link std.lib (.bc code) with llvm-ld.Sanjiv Gupta2009-07-10
* Fix unit tests.Owen Anderson2009-07-10
* convert test to use FileCheck, which is much more precise and faster thanChris Lattner2009-07-10
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-10
* Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson2009-07-10
* Eliminate an unnecessary include.David Greene2009-07-10
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-10
* Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr...David Goodwin2009-07-10
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-10
* Update for GlobalVariables ctor change.Owen Anderson2009-07-10
* t2LDM_RET does not fall-through.David Goodwin2009-07-10
* Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixingDuncan Sands2009-07-10
* make this more like printOperand. Perhaps some merging will happenChris Lattner2009-07-10
* simplify fast isel by using ClassifyGlobalReference. ThisChris Lattner2009-07-10
* eliminate GVRequiresRegister, replacing it with predicates we Chris Lattner2009-07-10
* change a bunch of logic in LowerGlobalAddress to leverage the workChris Lattner2009-07-10
* add a predicate to determine if a global var reference requires aChris Lattner2009-07-10
* move some classification logic around. Now GVRequiresExtraLoadChris Lattner2009-07-10
* change isGlobalStubReference to take target flags instead of a MachineOperand.Chris Lattner2009-07-10
* convert some late code (called by regalloc and code emission)Chris Lattner2009-07-10
* add a new predicate method that says whether a GlobalValue Chris Lattner2009-07-10
* GVRequiresExtraLoad is now never used for calls, simplify it based on this.Chris Lattner2009-07-10
* actually, just eliminate PCRelGVRequiresExtraLoad. It makes the codeChris Lattner2009-07-10
* There is only one case where GVRequiresExtraLoad returns true for calls:Chris Lattner2009-07-10
* the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it.Chris Lattner2009-07-10
* split call handling out of X86SelectAddress into X86SelectCallAddressChris Lattner2009-07-10
* convert a helper method to be a static function instead of a Chris Lattner2009-07-10
* 80 col violation.Evan Cheng2009-07-10
* More info about Thumb1 predication support.Evan Cheng2009-07-10
* We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th...Evan Cheng2009-07-10
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-10
* Move isPredicated from .cpp to .hEvan Cheng2009-07-10
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-10
* 80 col violation.Evan Cheng2009-07-10