summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-095-39/+47
* Emitting ARM build attributes and values as ULEB, rather than char.Renato Golin2011-08-091-11/+67
* Handle sitofp between v4f64 <- v4i32. Fix PR10559Bruno Cardoso Lopes2011-08-092-1/+28
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-091-0/+6
* LoopUnroll looks like it has some stale code. Remove it to prove my sanity an...Andrew Trick2011-08-091-6/+1
* Add support for avx vector fextendBruno Cardoso Lopes2011-08-092-1/+12
* Add AVX versions of 128-bit sitofp and fptosiBruno Cardoso Lopes2011-08-091-0/+4
* Rename and tidy up testsBruno Cardoso Lopes2011-08-0910-70/+66
* Add two patterns to match special vmovss and vmovsd cases. Also fixBruno Cardoso Lopes2011-08-092-10/+63
* There is only one instance of this placeholder being created. Just use thatBill Wendling2011-08-091-6/+6
* Remove an instance where the 'unwind' instruction was created.Bill Wendling2011-08-091-2/+10
* Print variable's inline location in debug output.Devang Patel2011-08-091-2/+5
* Provide method to print variable's extended name which includes inline location.Devang Patel2011-08-092-2/+40
* Rename member variables to follow coding standards.Jakob Stoklund Olesen2011-08-092-231/+232
* Add missing attributes to the C++ backend's output.Bill Wendling2011-08-091-0/+3
* Make LowerVSETCC aware of AVX types and add patterns to match them.Bruno Cardoso Lopes2011-08-093-3/+53
* Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen2011-08-092-142/+123
* Tidy up these testcases to look more like real code does.Dan Gohman2011-08-091-9/+9
* Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen2011-08-097-19/+11
* ARM parsing and encoding for LDRBT instruction.Jim Grosbach2011-08-082-11/+44
* Thumb1 BL instructions encoding 22 bits of displacement, not 21.Owen Anderson2011-08-081-1/+4
* Indicate that there are changes if runOfFunction returns saying that there are.Bill Wendling2011-08-081-1/+1
* ARM parsing and encoding for LDRB instruction.Jim Grosbach2011-08-081-0/+38
* Add FIXME.Jim Grosbach2011-08-081-0/+7
* Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.Jakob Stoklund Olesen2011-08-082-0/+16
* Add support for several vector shifts operations while in AVX mode. Fix PR10581Bruno Cardoso Lopes2011-08-082-10/+116
* ARM load/store label parsing.Jim Grosbach2011-08-081-0/+14
* Hoist hasLoadFromStackSlot and hasStoreToStackSlot.Jakob Stoklund Olesen2011-08-084-57/+42
* Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...Owen Anderson2011-08-085-12/+37
* Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...Eli Friedman2011-08-082-5/+35
* Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer2011-08-082-0/+3
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-087-31/+176
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-081-1/+19
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-081-15/+44
* Simplify by creating parent first.Devang Patel2011-08-081-19/+14
* Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen2011-08-082-0/+31
* Clean up the grammar for the landingpad instruction.Bill Wendling2011-08-081-2/+4
* Remove unnecessary space.Bill Wendling2011-08-081-1/+1
* Fix typo found by John.Bill Wendling2011-08-081-1/+1
* strengthen up an assertion: you can't create a constant structChris Lattner2011-08-071-2/+2
* Fix typo. Thanks, Andy!Jakob Stoklund Olesen2011-08-061-1/+1
* Made SCEV's UDiv expressions more canonical. When dividing aAndrew Trick2011-08-063-4/+142
* Reject RS_Spill ranges from local splitting as well.Jakob Stoklund Olesen2011-08-051-4/+4
* Only mark remainder intervals as RS_Spill after per-block splitting.Jakob Stoklund Olesen2011-08-051-2/+12
* Remember to update LiveDebugVariables after per-block splitting.Jakob Stoklund Olesen2011-08-051-1/+5
* Extract per-block splitting into its own method.Jakob Stoklund Olesen2011-08-051-23/+36
* Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen2011-08-052-38/+0
* Also use shouldSplitSingleBlock() in the fallback splitting mode.Jakob Stoklund Olesen2011-08-051-8/+18
* Split around single instructions to enable register class inflation.Jakob Stoklund Olesen2011-08-053-1/+35
* ARM load instruction shifted register index operands.Jim Grosbach2011-08-052-7/+16
OpenPOWER on IntegriCloud