aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-094-22/+25
* [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-095-3/+88
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-091-12/+18
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-092-11/+19
* [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-091-10/+5
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-7/+6
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-091-1/+1
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-093-11/+34
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-096-337/+367
* Alter the hasing computation when inserting into the folding set.Bill Wendling2013-01-091-2/+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-092-0/+51
* tblgen: Factor out common code.Sean Silva2013-01-092-17/+18
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-0911-20/+20
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-094-10/+11
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-091-1/+1
* 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-091-1/+6
* 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-096-26/+24
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-095-5/+53
* 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-092-6/+9
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-094-6/+18
* 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-081-3/+2
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-9/+32
* This patch produces the correct addend value forJack Carter2013-01-081-0/+1
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+4
* Pad Short Functions for Intel AtomPreston Gurd2013-01-087-3/+194
* Rename statistic for instruction fragments -> relaxableEli Bendersky2013-01-081-3/+3
* Code cleanup: refactor the switch statements in the generation of reduction v...Nadav Rotem2013-01-081-59/+28
* Rename the enum members to match the LLVM coding style.Nadav Rotem2013-01-081-25/+25
* Add fp128 rtlib function names to LLVMTim Northover2013-01-082-18/+138
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-9/+12
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-081-1/+6
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-082-21/+21
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-084-8/+8
* Fix comment.Eric Christopher2013-01-081-1/+2
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-081-6/+8
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-081-0/+3
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-0810-36/+38
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-082-2/+0