aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rename Operand -> AsmOperand for clarity.Chris Lattner2010-11-031-23/+17
* Fix test.Evan Cheng2010-11-031-1/+1
* Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele...Owen Anderson2010-11-032-11/+33
* This test assumes SSE is present; that is not the defaultDale Johannesen2010-11-031-1/+1
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-034-13/+83
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-032-10/+32
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-036-26/+30
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-032-26/+27
* Rename PointsToLocalMemory to PointsToLocalOrConstantMemory to makeDuncan Sands2010-11-031-8/+11
* Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands2010-11-0310-43/+33
* Fix a comment typo.Duncan Sands2010-11-031-1/+1
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-0316-123/+135
* If we have an undef mask our Elt will be -1 for our access, handleEric Christopher2010-11-031-3/+7
* Fix typo, pointed out by Trevor Harmon.Duncan Sands2010-11-031-1/+1
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-0312-56/+103
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-036-47/+111
* Put the PC encoding in the correct bit position.Bill Wendling2010-11-031-1/+1
* Invert these branches by default, it makes assembly comparisons a littleEric Christopher2010-11-031-2/+2
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-037-53/+160
* Fix DAGCombiner to avoid going into an infinite loop when itDan Gohman2010-11-032-1/+68
* Remove unused function.Jim Grosbach2010-11-032-9/+0
* Remove the no longer used 'Modifier' optional operand to the ARMJim Grosbach2010-11-032-17/+8
* Remove unused function.Jim Grosbach2010-11-032-12/+0
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-0310-106/+92
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-0317-166/+297
* Modify scheduling itineraries to correct instruction latencies (not operandEvan Cheng2010-11-032-314/+314
* Factor code out of APInt to form a isUIntN helper function.Dan Gohman2010-11-032-1/+7
* fix typo, patch by Trevor Harmon (PR8537)Chris Lattner2010-11-031-1/+1
* Print an error as one big string instead of breaking it up.Dan Gohman2010-11-031-3/+3
* Delete unused variables.Dan Gohman2010-11-031-3/+0
* Remove several unhelpful checks for isValid from sys::Path.Dan Gohman2010-11-031-26/+4
* Make sure we're only storing a single bit here.Eric Christopher2010-11-021-2/+9
* per a suggestion by Frits van Bommel, mark all MBlaze Pseudo Chris Lattner2010-11-023-5/+8
* chase owen.Chris Lattner2010-11-021-3/+3
* tweak this to pass.Chris Lattner2010-11-021-5/+4
* Revert r118097 to fix buildbots.Owen Anderson2010-11-022-203/+203
* temporarily xfail this.Chris Lattner2010-11-021-2/+3
* Completely reject instructions that have an operand in theirChris Lattner2010-11-023-56/+60
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-021-2/+2
* Let the -inline-threshold command line argument take precedence over theJakob Stoklund Olesen2010-11-022-1/+4
* Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can checkDan Gohman2010-11-021-4/+6
* make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM)Chris Lattner2010-11-021-6/+31
* Simplify.Dan Gohman2010-11-021-2/+1
* Inline asm mult-alt constraint tests.John Thompson2010-11-028-0/+2611
* Fix a copy+pasto.Dan Gohman2010-11-021-1/+2
* Avoid manipulating paths in fixed-sized arrays.Dan Gohman2010-11-021-10/+6
* rewrite EmitConvertToMCInst to iterate over the MCInst operands,Chris Lattner2010-11-022-99/+76
* Obsessive formatting changes. No functionality impact.Bill Wendling2010-11-021-31/+37
* Simplify this code.Dan Gohman2010-11-021-6/+3
* Omit unused parameter name.Bill Wendling2010-11-021-1/+1