summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix #includes after my last commit.Jakub Staszak2013-01-10
* Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.Jakub Staszak2013-01-10
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-10
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-10
* Fix coding styleDmitri Gribenko2013-01-10
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-10
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-10
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-10
* Fix Alias BugDavid Greene2013-01-10
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-10
* Remove locale-dependence of enum mangling and use existing function.Tim Northover2013-01-10
* Make TableGen mangle operand method names before putting in enum.Tim Northover2013-01-10
* 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
* docs: fix broken link.Sean Silva2013-01-10
* Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi2013-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
* Fix include guards so they exactly match file names.Jakub Staszak2013-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
* Disable -Wuninitialized for gccDavid Greene2013-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
* add hexagon flags in ELF.hShankar Easwaran2013-01-09
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-09
* Configure: if we compile with clang, check that it is not brokenDmitri Gribenko2013-01-09
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-09
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-09
* Alter the hasing computation when inserting into the folding set.Bill Wendling2013-01-09
* add -march to the testNadav Rotem2013-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