summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* whitespaceAndrew Trick2012-05-17
* Never clear <undef> flags on already joined copies.Jakob Stoklund Olesen2012-05-17
* Fix a verifier bug.Jakob Stoklund Olesen2012-05-17
* Relax the requirement that the exception object must be an instruction. DuringBill Wendling2012-05-17
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-17
* Remove incorrect pattern for ARM SMML instruction.Tim Northover2012-05-17
* Fix compile error.Manuel Klimek2012-05-17
* SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2012-05-17
* Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner2012-05-17
* finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2012-05-17
* strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2012-05-17
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-16
* Set sub-register <undef> flags more accurately.Jakob Stoklund Olesen2012-05-16
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-16
* Hexagon: Remove unused command line option.Benjamin Kramer2012-05-16
* Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.Duncan Sands2012-05-16
* Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner2012-05-16
* Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng2012-05-16
* Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen2012-05-15
* Teach RegisterCoalescer to handle symmetric sub-register copies.Jakob Stoklund Olesen2012-05-15
* Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen2012-05-15
* We never call adjustCopiesBackFrom() for partial copies.Jakob Stoklund Olesen2012-05-15
* reuse the result of some expensive computations in getSignExtendExpr() and ge...Nuno Lopes2012-05-15
* Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen2012-05-15
* Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...Andrew Trick2012-05-15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* minor simplification to code: Ty is already a SCEV type; don't need to run ge...Nuno Lopes2012-05-15
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-15
* Rejected r156804 due to buildbots failures.Stepan Dyatkovskiy2012-05-15
* SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...Stepan Dyatkovskiy2012-05-15
* Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka2012-05-15
* Remove extraneous ';'.Bill Wendling2012-05-15
* Add a command line option to skip the delay slot filler pass entirely for Mips.Akira Hatanaka2012-05-14
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-14
* Fix use of uninitialized variable.David Blaikie2012-05-14
* Don't access MO reference after invalidating operand list.Jakob Stoklund Olesen2012-05-14
* Fix PR12821.Jakob Stoklund Olesen2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-14
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-14
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-13
* Fix spacing after if.Benjamin Kramer2012-05-12
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12