summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [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
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-16
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-16
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* *no need to pollute Intel syntax with bonus mnemonics; operand size is explic...Kay Tiong Khoo2012-06-16
* Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi2012-06-16
* It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetV...Evan Cheng2012-06-16
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-16
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-16
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-16
* Remove final verification in RABasic.Jakob Stoklund Olesen2012-06-15
* Print out register number in InlineSpiller.Jakob Stoklund Olesen2012-06-15
* Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen2012-06-15
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* ARM: optimization for sub+abs.Manman Ren2012-06-15
* *fixed to separate mnemonic from operands with tabKay Tiong Khoo2012-06-15
* LSR: fix expansion of scaled reg in non-address type formulae.Andrew Trick2012-06-15
* LSR fix: "Special" users are just like "Basic" users but allow -1 scale.Andrew Trick2012-06-15
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-15
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-15
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-15
* Preserve <undef> flags in ARMExpandPseudo.Jakob Stoklund Olesen2012-06-15
* Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen2012-06-15
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-15
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-15
* Move AVX version of convert instructions that write to GPRs to the Op1 table.Craig Topper2012-06-15
* Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-15
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-15
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14
* Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.Pete Cooper2012-06-14
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-14
* Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka2012-06-14