aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove a dead PowerPC doc linkBill Schmidt2013-02-111-2/+0
* AArch64: Simplify logic in deciding whether bfi is validTim Northover2013-02-111-6/+1
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-113-0/+46
* AArch64: Undo change to how test was runTim Northover2013-02-111-1/+2
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-113-519/+722
* Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...Cameron Zwarich2013-02-112-1/+69
* Update SlotIndexes after updateTerminator() possibly removes instructions. I amCameron Zwarich2013-02-111-0/+24
* Fix some problems with the updating of SlotIndexes after adding a new MBB. InCameron Zwarich2013-02-111-13/+18
* Add support for printing out the attribute groups.Bill Wendling2013-02-114-19/+90
* FileCheck-ize the tests.Bill Wendling2013-02-116-28/+44
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-1112-3/+42
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-115-49/+39
* BBVectorize: Remove the linear searches from pair connection searchingHal Finkel2013-02-111-24/+11
* BBVectorize: Avoid linear searches within the load-move setHal Finkel2013-02-111-20/+30
* BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel2013-02-111-4/+4
* BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel2013-02-111-14/+25
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-114-8/+124
* Remove unnecessary code.Evan Cheng2013-02-111-4/+0
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-114-15/+15
* Spelling correctionJoel Jones2013-02-101-1/+1
* Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and addCameron Zwarich2013-02-102-10/+26
* Abstract the liveness checking in PHIElimination::SplitPHIEdges() to supportCameron Zwarich2013-02-101-2/+37
* Add support in the bitcode reader to read the attribute groups.Bill Wendling2013-02-102-0/+82
* The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling2013-02-101-0/+4
* Update with attribute group IDs.Bill Wendling2013-02-101-11/+14
* Eat the alignment keyword if we're in an attribute group.Bill Wendling2013-02-101-0/+2
* Add code for emitting the attribute groups.Bill Wendling2013-02-102-8/+61
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-102-0/+24
* Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune2013-02-101-6/+6
* Handle string attributes in the AttrBuilder.Bill Wendling2013-02-101-1/+5
* Use a 'continue' here to stop from double lexing.Bill Wendling2013-02-101-1/+1
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-102-1/+5
* Add support for updating LiveIntervals to PHIElimination. If LiveIntervals areCameron Zwarich2013-02-101-29/+142
* Fix a typo.Cameron Zwarich2013-02-101-1/+1
* Remove ancient references to 'atomic' phis in PHIElimination that don't reallyCameron Zwarich2013-02-101-12/+8
* Make LiveVariables an instance variable of PHIElimination.Cameron Zwarich2013-02-101-11/+9
* ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner2013-02-101-6/+9
* hopefully "really" fix a type punning warning by defining the buffer asChris Lattner2013-02-101-3/+4
* attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner2013-02-101-1/+1
* Add accessor for the LLVMContext.Bill Wendling2013-02-102-0/+7
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-096-6/+1
* TEMPORARY SYNTAX CHANGE!Bill Wendling2013-02-091-4/+7
* Add a DenseMapInfo class for the AttributeSet.Bill Wendling2013-02-091-13/+35
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-091-1/+2
* Simplify code.Jakub Staszak2013-02-091-2/+1
* Remove unneeded #includes.Jakub Staszak2013-02-092-2/+0
* This is the correct version of r174802.Chris Lattner2013-02-091-2/+2
* Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner2013-02-091-1/+1
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-092-5/+16
* recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner2013-02-091-21/+51