summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add global structure vectorization to docsRenato Golin2013-02-231-0/+19
* Some more tests for the global structure vectorizerRenato Golin2013-02-231-20/+596
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-232-6/+19
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-232-2/+6
* Fix a bug with the LiveIntervals updating in the two-address pass found byCameron Zwarich2013-02-231-1/+1
* Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.Cameron Zwarich2013-02-231-15/+34
* Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware inCameron Zwarich2013-02-231-30/+85
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-235-10/+93
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-235-0/+97
* Fixed a careless mistake.Michael Gottesman2013-02-231-1/+1
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-222-5/+3
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-223-4/+10
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-222-2/+2
* Formatting.Eric Christopher2013-02-221-1/+1
* SelectionDAG compile time improvement.Nadav Rotem2013-02-221-0/+19
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-223-17/+30
* Fix test by matching movaps instead of AVX-only vmovapsPeter Collingbourne2013-02-221-2/+2
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-223-21/+52
* Revert "Test commit"Peter Collingbourne2013-02-221-1/+0
* Test commitPeter Collingbourne2013-02-221-0/+1
* An Optional<T> is pod-like if the inner type is.Benjamin Kramer2013-02-221-0/+6
* Remove unused CHECK lines copied from another testPete Cooper2013-02-221-8/+0
* More tests to global struct vectorizerRenato Golin2013-02-221-0/+146
* Made it more explicit that the self-referential llvm.loop identifier metadata Pekka Jaaskelainen2013-02-221-1/+7
* R600/SI: Add pattern for sign extension of i1 to i32.Michel Danzer2013-02-221-0/+5
* R600/SI: Add pattern for logical or of i1 values.Michel Danzer2013-02-221-0/+4
* R600/SI: Add pattern for fceil.Michel Danzer2013-02-221-1/+3
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-2228-409/+408
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-2240-158/+248
* Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2013-02-222-8/+8
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-2210-4/+166
* Fix isa<> check which could never be true.Pete Cooper2013-02-222-1/+33
* Remove code copied from GenRegisterInfo.inc.Andrew Trick2013-02-222-57/+0
* Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky2013-02-221-29/+33
* Remove warning about default covering no cases.Bill Wendling2013-02-221-3/+2
* Add a bitmask for NoBuiltin. This should *not* be used.Bill Wendling2013-02-221-1/+2
* Implement the NoBuiltin attribute.Bill Wendling2013-02-2210-35/+66
* Stop relying on physical register kill flags in isKilled() in the two-addressCameron Zwarich2013-02-211-3/+10
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-213-6/+184
* Limit cast machinery to preserve const and not accept temporariesDavid Blaikie2013-02-211-5/+47
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-212-35/+510
* Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames2013-02-211-24/+15
* Remove dead code and whitespace.Chad Rosier2013-02-211-10/+0
* Clear the whole table including the tombstones, since the tombstone count willPedro Artigas2013-02-211-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-2156-587/+558
* Don't assert on empty attributes.Bill Wendling2013-02-211-2/+2
* Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta2013-02-212-0/+39
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-213-22/+45
* Radar numbers don't belong in source code.Evan Cheng2013-02-213-4/+1
* Trivial cleanupBill Schmidt2013-02-211-2/+2
OpenPOWER on IntegriCloud