2011-06-20 |
Justin Holewinski | PTX: Fix if-then-else formatting and add missing asserts |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Rafael Espindola | Disable again. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Justin Holewinski | PTX: Add basic register spilling code |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Roman Divacky | Don't apply on PPC64 the 32bit ADDIC optimizations... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jay Foad | This is an automatically reduced test case that crashed... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jay Foad | Make better use of the PHINode API. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jay Foad | Remove the AugmentedUse struct. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Rafael Espindola | Re enable 133415 with two fixes |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Duncan Sands | Disable the logic added by rafael in commit 133415... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Nadav Rotem | Fix PromoteIntRes_TRUNCATE: Add support for cases where the |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Francois Pichet | Fix MSVC build. next() function already exists in the... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Rafael Espindola | Teach early dup how to duplicate basic blocks with... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Lattner | introduce an isLayoutIdentical() method, which is curre... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jakob Stoklund... | Add a RegisterTuples class to Target.td and TableGen. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Jay Foad | Fix a FIXME by making GlobalVariable::getInitializer... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Benjamin Kramer | Update test. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nadav Rotem | Code cleanups: Remove duplicated logic in PromotInteRes... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nadav Rotem | Calls to AssertZext and getZeroExtendInReg must be... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nadav Rotem | When promoting the vector elements in CopyToParts,... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nadav Rotem | Reduce the runtime of the test. Keep only the interesti... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nick Lewycky | Revert r133373. I was going to use this to teach the... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Nick Lewycky | Add the remaining instructions/constant expressions... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | revert r133368, apparently I missed the tests to be... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | eliminate some pointless virtual methods. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | now that Type::getDescription() is dead, the TypePrinti... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | eliminate the Type::getDescription() method, using... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | improve some comments. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | remove an unreduced testcase. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | rework the remaining autoupgrade logic to use a StringR... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Directly print to a raw_ostream instead of printing... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Simplify code. No change in functionality. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Hans Wennborg | MC: Allow .common as alias for .comm assembler directiv... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Don't allocate empty read-only SmallVectors during... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Remove unused but set variables. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Hans Wennborg | Fix PR10103: Less code for enum type translation. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Nick Lewycky | Add test for r133251. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Cameron Zwarich | When scalar replacement returns a vector type, only... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | rip out a ton of intrinsic modernization logic from... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Cameron Zwarich | Fix an invalid bitcast crash that occurs when doing... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Cameron Zwarich | Remove a pointless assignment. Nothing checks the value... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Use the correct comparator to avoid depending on pointe... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Store CodeGenRegisters as pointers so they won't be... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Remove MethodProtos/MethodBodies and allocation_order_b... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Delete unneeded allocation order override. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Switch ARM to using AltOrders instead of MethodBodies. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Switch x86 to using AltOrders instead of MethodBodies. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Galina Kistanova | Moved to the right place. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Reserve D16-D13 on subtargets that don't support them. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Jakob Stoklund... | Provide AltOrders for specifying alternative allocation... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Bill Wendling | * Override the "EmitBytes" function, since it can sneak... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Eric Christopher | Fix UMULO support for 2x register width to allow the... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Remove false assertion. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jakob Stoklund... | Only call TRI::getRawAllocationOrder to resolve a targe... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jakob Stoklund... | Zap the last reference to allocation_order_begin(). |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jakob Stoklund... | SI, DI, BP, and SP don't have 8-bit sub-registers in... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Matt Beaumont-Gay | Fix -Asserts build |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chad Rosier | Revert r133285. Causing odd failures on Dragonegg. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Disable for another investigation. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Devang Patel | Set debug loc for new preheader's terminator. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Support only DwarfCFI or SjLj exception handling in... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | SjLj exception handling LSDA decoding support wasn... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Disable to investigate ARM failure. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Use the verbose asm flag instead of a new flag for... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Nadav Rotem | Fix a bug in the type-lowering of integer-promoted... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Evan Cheng | Add an alternative rev16 pattern. We should figure... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Lower multiply with overflow checking to __mulo<mode> |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Bill Wendling | Add an option that allows one to "decode" the LSDA. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Stuart Hastings | Relocate NUW test to cover all binary ops in a dynamic... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Galina Kistanova | est 2008-06-04-indirectmem.ll is X86-specific. Move... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | Drop the "2" suffix on some enums. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | remove support for a bunch of obsolete instruction... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Benjamin Kramer | Remove a useless copy of MCELFStreamer. Patch by Logan... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jakub Staszak | getSuccWeight returns now default 0 if Weights vector... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | missed a file. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | Remove some "2" suffixes from the metadata enums now... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | remove bitcode reader support for LLVM 2.7 metadata... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | remove another old and dead hunk of code. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | Stop accepting and ignoring attributes in function... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jakub Staszak | Allow empty Weights vector. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Roman Divacky | Fix a few places where 32bit instructions/registerset... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Rafael Espindola | Test for previous commit. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Rafael Espindola | Two fixes relating to debug value: |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Jay Foad | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Justin Holewinski | PTX: Adjust rounding modes |
commit | commitdiff | tree | snapshot |
2011-06-17 |
NAKAMURA Takumi | Don't force remove config.cache on reconfiguration. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Nick Lewycky | When promoting an alloca to registers discard any lifet... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Lang Hames | Add a hook for PBQP clients to run a custom pre-alloc... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | remove asmparser support for the old getresult instruct... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | remove parser support for the obsolete "multiple return... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | stop accepting begin/end around function bodies in... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Chris Lattner | Remove support for using "foo" as symbols instead of... |
commit | commitdiff | tree | snapshot |
next |