summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-095-25/+28
* [Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer2013-01-091-10/+10
* Fix description of ARMOperandJoel Jones2013-01-091-1/+1
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-099-5/+153
* Disable -Wuninitialized for gccDavid Greene2013-01-094-8/+53
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-092-12/+59
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-093-11/+22
* [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...Michael Gottesman2013-01-091-0/+24
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-091-1/+2
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-092-11/+10
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-092-7/+32
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-091-1/+1
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-095-14/+38
* add hexagon flags in ELF.hShankar Easwaran2013-01-091-2/+8
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-091-4/+4
* Configure: if we compile with clang, check that it is not brokenDmitri Gribenko2013-01-092-2/+119
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-091-4/+10
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-097-337/+378
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-091-10/+13
* Alter the hasing computation when inserting into the folding set.Bill Wendling2013-01-091-2/+1
* add -march to the testNadav Rotem2013-01-091-1/+1
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-091-18/+18
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-093-0/+123
* tblgen: Factor out common code.Sean Silva2013-01-092-17/+18
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-0912-22/+22
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-099-27/+51
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-092-3/+7
* TableGen/LangRef: link bang operators into the productionlistSean Silva2013-01-091-4/+6
* TableGen/LangRef: discuss specific C-like escapesSean Silva2013-01-091-0/+5
* docs: Fix mention of DefmID to MultiClassID.Sean Silva2013-01-091-3/+3
* Inline this into its only caller.Sean Silva2013-01-092-12/+5
* tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-091-11/+2
* fix copy-paste-oSean Silva2013-01-091-2/+2
* docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-092-2/+8
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-098-41/+39
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-098-31/+29
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-091-3/+10
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-0923-25/+25
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-099-7/+89
* Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen2013-01-092-7/+22
* Add comment to the definition of Constant::isZeroValue(). Shuxin Yang2013-01-091-0/+2
* Forgot the namespace identifier.Bill Wendling2013-01-091-2/+2
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-093-6/+408
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-097-9/+35
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-082-22/+14
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-082-4/+2
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-082-13/+43
* Specify complete triple for fp128 tests.Tim Northover2013-01-082-2/+2
* This patch produces the correct addend value forJack Carter2013-01-082-0/+34
* This patch produces the correct pointer size Jack Carter2013-01-082-0/+56