summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-10
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* [ObjCARC Debug Message] Added debug message when we convert an autorelease in...Michael Gottesman2013-01-10
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-10
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* [Object][Archive] Fix name handling with bsd style long names.Michael J. Spencer2013-01-10
* [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.Michael J. Spencer2013-01-10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* [Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer2013-01-09
* Fix description of ARMOperandJoel Jones2013-01-09
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-09
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...Michael Gottesman2013-01-09
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-09
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-09
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-09
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-09
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Alter the hasing computation when inserting into the folding set.Bill Wendling2013-01-09
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-09
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-09
* tblgen: Factor out common code.Sean Silva2013-01-09
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-09
* Inline this into its only caller.Sean Silva2013-01-09
* tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-09
* fix copy-paste-oSean Silva2013-01-09
* docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Add comment to the definition of Constant::isZeroValue(). Shuxin Yang2013-01-09
* Forgot the namespace identifier.Bill Wendling2013-01-09
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-09
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-08
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-08
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* This patch produces the correct addend value forJack Carter2013-01-08
* This patch produces the correct pointer size Jack Carter2013-01-08
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Rename statistic for instruction fragments -> relaxableEli Bendersky2013-01-08
* Code cleanup: refactor the switch statements in the generation of reduction v...Nadav Rotem2013-01-08
* Rename the enum members to match the LLVM coding style.Nadav Rotem2013-01-08
* Add fp128 rtlib function names to LLVMTim Northover2013-01-08