aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added 32-bit Thumb instruction CLREX (Clear-Exclusive) for disassembly only.Johnny Chen2010-03-021-0/+10
* Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng2010-03-021-28/+33
* Okay. One last attempt:Bill Wendling2010-03-021-3/+3
* this testcase is failing because pic16 doesn't define a reg/reg Chris Lattner2010-03-021-1/+3
* Add support for use to ocaml.Erick Tryzelaar2010-03-024-0/+132
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-022-17/+17
* xfail this for now.Chris Lattner2010-03-021-0/+1
* Removed the extra S from the multiclass def T2I_adde_sube_s_irs as well as fromJohnny Chen2010-03-021-14/+14
* run HandleMergeInputChains even if we only have one input chain.Chris Lattner2010-03-021-29/+3
* When expanding an expression such as (A + B + C + D), sort the operandsDan Gohman2010-03-022-34/+124
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-026-14/+14
* Fix typo.Evan Cheng2010-03-021-1/+1
* clean up some testcases.Chris Lattner2010-03-022-15/+1
* the sorting predicate should work for comparing an elementChris Lattner2010-03-021-1/+1
* Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16, SXTAB16, UXTAB16, SEL,Johnny Chen2010-03-022-7/+164
* Fix grammar.Devang Patel2010-03-021-1/+1
* AL is an optional mnemonic extension for always, except in IT instructions.Johnny Chen2010-03-024-1/+15
* Change some asm shift opcode strings to lowercase.Johnny Chen2010-03-021-6/+6
* fix typo add missing (Xerxes Ranby2010-03-021-2/+2
* Unbreak llvm-arm-linux buildbot and fix PR5309.Xerxes Ranby2010-03-021-2/+2
* Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal,Duncan Sands2010-03-021-2/+2
* Fix the xfail I added a couple of patches back. The issueChris Lattner2010-03-023-13/+46
* I was confused about this, it turns out that MorphNodeToChris Lattner2010-03-021-3/+2
* factor node morphing out to its own helper method.Chris Lattner2010-03-022-54/+64
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-021-12/+12
* eliminate CodeGen/DAGISelHeader.h, it is empty now.Chris Lattner2010-03-022-30/+0
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-0217-430/+114
* Only save vector registers if we've defined for the vector registers.Eric Christopher2010-03-021-2/+2
* move some code out of DAGISelHeader up to SelectionDAGISel.h where itChris Lattner2010-03-021-0/+49
* Fix looking up MD names to not need a module.Erick Tryzelaar2010-03-021-10/+12
* Move the docsdir to /usr/share/doc/llvm to match other projects.Eric Christopher2010-03-022-5/+5
* Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher2010-03-022-0/+4
* Add file to CMakeLists.txtEric Christopher2010-03-021-0/+1
* Add skeleton of a machine level cse pass.Evan Cheng2010-03-022-0/+128
* Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng2010-03-021-0/+8
* Use the right induction variable.Chris Lattner2010-03-021-2/+2
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-028-114/+160
* Fix several places to handle vector operands properly.Dan Gohman2010-03-024-11/+19
* Non-affine post-inc SCEV expansions have more code which must beDan Gohman2010-03-023-3/+51
* Remove dead parameter passing.Bill Wendling2010-03-0211-70/+59
* Constructors and operators for anonymous aggregates does not names. Do not fo...Devang Patel2010-03-021-1/+3
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-0217-100/+100
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-021-1/+1
* remove dead code.Chris Lattner2010-03-021-31/+0
* add some missing \n'sChris Lattner2010-03-021-11/+19
* Don't attempt load PRE when there is no real redundancy (i.e., the load is inBob Wilson2010-03-021-4/+6
* refactor some code out of OPC_EmitMergeInputChains into aChris Lattner2010-03-021-21/+37
* remove some functions that were only used by theChris Lattner2010-03-011-23/+1
* When GVN needs to split critical edges for load PRE, check all of theBob Wilson2010-03-011-1/+4
* fixme resolved.Chris Lattner2010-03-011-3/+0