summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bump the default maximum template-instantiation depth to 500, as inDouglas Gregor2010-03-021-1/+1
* 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
* Add test case from PR6064, which now worksDouglas Gregor2010-03-021-0/+13
* 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
* Diagnose the declaration of enum templates. Also, be a bit moreDouglas Gregor2010-03-025-7/+24
* Move Emit24 to clang::ioKovarththanan Rajaratnam2010-03-022-6/+8
* Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. WeDouglas Gregor2010-03-023-5/+39
* Change some asm shift opcode strings to lowercase.Johnny Chen2010-03-021-6/+6
* Pass -m32 and -m64 to the static analyzer when using scan-build. Now we canCharles Davis2010-03-021-0/+2
* 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
* Register all parameters even if they didn't occur in the function body.Zhongxing Xu2010-03-022-0/+18
* Fix the xfail I added a couple of patches back. The issueChris Lattner2010-03-023-13/+46
* Unify initializer-instantiation code for variable declarations andDouglas Gregor2010-03-021-85/+93
* 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
* Simplify code.Anders Carlsson2010-03-021-8/+7
* 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
* Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall2010-03-023-11/+35
* Rename BaseOffset to Offset and make it signed in preparation of more constru...Anders Carlsson2010-03-021-10/+11
* Add file to CMakeLists.txtEric Christopher2010-03-021-0/+1
* Add in some more MIPS command line options.Eric Christopher2010-03-023-1/+101
* 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
* After much consultation aimed at figuring out what this builtin actuallyJohn McCall2010-03-022-1/+17
* 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
* Add test case from PR5812, which works now.Douglas Gregor2010-03-021-0/+12
* Fix an amusing typo that completely the re-introduction of parametersDouglas Gregor2010-03-022-1/+16
* Constructors and operators for anonymous aggregates does not names. Do not fo...Devang Patel2010-03-021-1/+3
* Cast a pointer to 'long long' to satisfy all compilation models.Fariborz Jahanian2010-03-021-1/+3
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-0217-100/+100
OpenPOWER on IntegriCloud