aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder some parts of the td file to by in alphabetical orderReed Kotler2012-10-101-64/+75
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-104-8/+30
* Cosmetic changesAndrew Kaylor2012-10-102-4/+4
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-106-1/+41
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-103-1/+266
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-093-6/+3
* Add extra vim swap file patternMichael Liao2012-10-091-0/+1
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-092-44/+63
* misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick2012-10-092-0/+32
* misched: Doxument the TargetSchedule API.Andrew Trick2012-10-091-7/+22
* misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick2012-10-092-8/+14
* misched: Remove LoopDependencies heuristic.Andrew Trick2012-10-092-110/+1
* Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling2012-10-092-40/+51
* Initial assembler implementation of Mips load address macroJack Carter2012-10-093-6/+122
* Add count() method to MapVectorDouglas Gregor2012-10-091-0/+5
* Add in some interfaces that will allow easier access to the pointer address s...Micah Villmow2012-10-093-3/+25
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-094-141/+22
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-0910-196/+44
* Revert r165547 to fix build.Bill Wendling2012-10-091-4/+10
* Use a single location for calculating the alignments.Bill Wendling2012-10-091-10/+4
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-091-2/+2
* Remove this now unused variable macro.Bill Wendling2012-10-091-1/+0
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-091-21/+31
* Use appropriate method calls to get the alignment value.Bill Wendling2012-10-092-6/+6
* Whitespace.Chad Rosier2012-10-091-3/+0
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-093-22/+57
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-093-19/+22
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-093-59/+100
* Not everyone uses C++11, apparentlyDouglas Gregor2012-10-091-1/+1
* Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor2012-10-091-3/+8
* More descriptive, doxygen-ed commentsMichael Ilseman2012-10-091-2/+4
* tblgen: Remove pointless method call.Sean Silva2012-10-091-1/+0
* New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman2012-10-091-0/+66
* Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman2012-10-091-25/+81
* New value_op_iterator for User. This allows other code to iterate over the Us...Michael Ilseman2012-10-091-1/+38
* Improvements to MIPS64 assembler:David Chisnall2012-10-092-42/+85
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-094-49/+190
* Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov2012-10-091-13/+16
* Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling2012-10-092-27/+28
* Remove the now dead VarArgsIncompatible variable.Bill Wendling2012-10-092-7/+2
* Use the enum value of the attributes when removing them from the attributes b...Bill Wendling2012-10-093-113/+1
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-097-154/+67
* Fix PR14016.Alexey Samsonov2012-10-094-0/+126
* Create enums for the different attributes.Bill Wendling2012-10-0948-306/+319
* Remove some dead methods.Bill Wendling2012-10-093-37/+0
* Remove ifdef'd code.Bill Wendling2012-10-091-38/+0
* Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper2012-10-095-4/+55
* Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."NAKAMURA Takumi2012-10-091-5/+0
* In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper2012-10-091-1/+2
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-092-38/+22