summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-20
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain2012-06-20
* Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain2012-06-20
* Add users of a MERGE_VALUE node to the worklist to process again when the nod...Pete Cooper2012-06-20
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-20
* replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes2012-06-20
* Delete dead code.Jakob Stoklund Olesen2012-06-20
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.Hal Finkel2012-06-20
* Fixing a compiler warning in MSVC 10.Aaron Ballman2012-06-20
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Fix two rather subtle internal vs. external linker issues.Chandler Carruth2012-06-20
* Add predicate check around some patterns.Craig Topper2012-06-20
* Add predicate check around some patterns.Craig Topper2012-06-20
* Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper2012-06-20
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-20
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-20
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-20
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Don't assert when given an empty range.Kaelyn Uhrain2012-06-20
* Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen2012-06-19
* Tidy up.Chad Rosier2012-06-19
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-19
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* 80 col.Jakob Stoklund Olesen2012-06-19
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-19
* Style: Don't reuse variables for multiple purposes.Jakob Stoklund Olesen2012-06-19
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-19
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-19
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-19
* Mark most PPC register classes to avoid write-after-write.Hal Finkel2012-06-19
* [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-19
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-19
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-19
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* ARM: use NOEN loads and stores if possible when handling struct byval.Manman Ren2012-06-18
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-18
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* This change handles a another case for generating the bic instruction Joel Jones2012-06-18
* Temporarily revert r158087.Chandler Carruth2012-06-18
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-17
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-16
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Cleanup trip-count finding for PPC CTR loops (and some bug fixes).Hal Finkel2012-06-16