aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-0828-256/+176
* Move pass configuration out of pass constructors: MachineLICM.Andrew Trick2012-02-083-6/+8
* whitespaceAndrew Trick2012-02-081-11/+11
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-084-5/+5
* Move pass configuration out of pass constructors: PostRAScheduler.Andrew Trick2012-02-084-9/+11
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-087-26/+38
* whitespaceAndrew Trick2012-02-088-80/+80
* Added TargetPassConfig::setOptAndrew Trick2012-02-084-1/+20
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-084-3/+18
* Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick2012-02-084-11/+12
* Add Register mask support to RABasic.Jakob Stoklund Olesen2012-02-081-0/+14
* Don't map registers to the invalid dwarf register (-1). It's the default value.Benjamin Kramer2012-02-081-0/+3
* Use TSFlag bit to describe instruction properties.Brendon Cahoon2012-02-086-314/+208
* Keep track of register masks in LiveIntervalAnalysis.Jakob Stoklund Olesen2012-02-082-0/+105
* Value initialize MCRegisterClasses. Not sure how could miss this during the M...Benjamin Kramer2012-02-082-14/+3
* Use Use::set rather than finding the operand number of the useDuncan Sands2012-02-081-6/+3
* PathV2: Remove static StringRef ctors.Benjamin Kramer2012-02-081-4/+4
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-085-41/+183
* Remove a couple unneeded intrinsic patternsCraig Topper2012-02-081-6/+0
* No actual functional change here, just some clarifications:Chris Lattner2012-02-081-14/+26
* Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...Craig Topper2012-02-083-36/+19
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-082-0/+43
* Add comment to test case.Chad Rosier2012-02-081-0/+2
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-082-2/+49
* Added MachineInstr::isBundled() to check if an instruction is part of a bundle.Andrew Trick2012-02-083-1/+15
* misched: bug in debug output.Andrew Trick2012-02-081-2/+4
* whitespaceAndrew Trick2012-02-081-4/+4
* stale commentAndrew Trick2012-02-081-2/+0
* add an explicit section on static constructors.Chris Lattner2012-02-081-16/+50
* Don't use static CTORs for the Attributes constants, while still keeping the ...Kostya Serebryany2012-02-081-48/+78
* Add support for a temporary forward decl type. We want this so weEric Christopher2012-02-082-0/+26
* Remove tabs.Devang Patel2012-02-084-22/+22
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-072-0/+30
* Remove tabs.Devang Patel2012-02-071-17/+17
* Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.Evan Cheng2012-02-074-21/+52
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-071-0/+1
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-072-6/+6
* ocaml bindings: landing pad is now the last opcode.Benjamin Kramer2012-02-071-1/+1
* Add a unittest for rotating a really big APInt.Benjamin Kramer2012-02-071-0/+4
* Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi2012-02-071-4/+6
* Rephrase to add clarity.Bill Wendling2012-02-071-3/+3
* test commitAnat Shemer2012-02-071-0/+1
* Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexedEvan Cheng2012-02-071-24/+58
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-075-31/+59
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0730-89/+66
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0742-151/+106
* Cache the sizes of vectors instead of calculating them all over the place.Bill Wendling2012-02-071-9/+11
* Reserve space in these vectors to prevent having to grow the array tooBill Wendling2012-02-072-6/+8
* Fix win32 build breakage from bitcode streaming patchDerek Schuff2012-02-071-1/+4
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-062-5/+74