summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix two rather subtle internal vs. external linker issues.Chandler Carruth2012-06-202-50/+40
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-202-2/+6
* Add predicate check around some patterns.Craig Topper2012-06-201-35/+37
* Add predicate check around some patterns.Craig Topper2012-06-201-18/+22
* Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper2012-06-203-4/+15
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-204-2/+224
* Sphinxify the MakefileGuide document.Bill Wendling2012-06-203-1041/+959
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-201-0/+2
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-204-442/+577
* Sphinxify the CodingStandard documentation.Bill Wendling2012-06-203-1568/+1155
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-204-9/+274
* Don't assert when given an empty range.Kaelyn Uhrain2012-06-201-1/+1
* Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen2012-06-191-43/+50
* Alphabetize.Bill Wendling2012-06-191-3/+3
* Tidy up.Chad Rosier2012-06-191-17/+20
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-193-10/+11
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-199-17/+60
* 80 col.Jakob Stoklund Olesen2012-06-191-7/+13
* Typo. Patch by Cameron McInally <cameron.mcinally@nyu.edu>.Chad Rosier2012-06-191-2/+2
* Add Projects.rst to the toctree.Bill Wendling2012-06-191-1/+8
* Use correct capitalization.Bill Wendling2012-06-191-1/+1
* Add a triple.Jakob Stoklund Olesen2012-06-191-1/+1
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-194-3/+55
* Style: Don't reuse variables for multiple purposes.Jakob Stoklund Olesen2012-06-191-8/+7
* New test tool: obj2yamlMarshall Clow2012-06-196-0/+513
* Indent coding examples.Bill Wendling2012-06-191-5/+5
* Remove bad HTML tags. Add missing :.Bill Wendling2012-06-191-4/+4
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-192-1/+23
* Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth2012-06-191-6/+0
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-191-4/+18
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-192-6/+14
* Mark most PPC register classes to avoid write-after-write.Hal Finkel2012-06-192-0/+16
* Updating the credits after r158717Aaron Ballman2012-06-191-0/+4
* Put flag names on one line.Bill Wendling2012-06-191-2/+1
* Fix italicized text.Bill Wendling2012-06-191-4/+4
* Use correct URL.Bill Wendling2012-06-191-1/+1
* Fix numbering of list items.Bill Wendling2012-06-191-6/+6
* Fix some Sphinx mistakes.Bill Wendling2012-06-191-41/+40
* First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling2012-06-192-482/+329
* [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-191-0/+2
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-191-4/+4
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-191-2/+2
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-197-25/+161
* really add a triple :-(Rafael Espindola2012-06-191-1/+1
* Add a triple to the test.Rafael Espindola2012-06-191-1/+1
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-1910-54/+99
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-186-151/+1
* Don't copy a potentially-uninitialized variable.David Blaikie2012-06-181-1/+1
* ARM: use NOEN loads and stores if possible when handling struct byval.Manman Ren2012-06-182-8/+56
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-188-17/+17