aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak comment.Daniel Dunbar2009-07-111-2/+2
* Update CMakeLists.txtDaniel Dunbar2009-07-111-0/+1
* Tweak svn:ignoreDaniel Dunbar2009-07-110-0/+0
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-114-580/+121
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-112-24/+561
* Fix comment.Torok Edwin2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11153-610/+695
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-113-1/+64
* Regenerate.Mikhail Glushenkov2009-07-111-2/+4
* Update documentation.Mikhail Glushenkov2009-07-112-4/+7
* Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov2009-07-111-2/+1
* Fix handling of max and full set.Nick Lewycky2009-07-112-11/+8
* improve filecheck's "scanning from here" caret position.Chris Lattner2009-07-111-0/+11
* make filecheck default to canonicalizing horizontal whitespaceChris Lattner2009-07-111-0/+66
* Break the world's largest unit test down a few logical lines. No semanticNick Lewycky2009-07-111-23/+65
* Erase the temp dir before starting.Sanjiv Gupta2009-07-111-0/+7
* Clarify and simplify.Nick Lewycky2009-07-112-4/+4
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-111-1/+2
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-1139-267/+296
* We get the P modifier wrong in a lot of cases, just add some more rigorous te...Chris Lattner2009-07-111-30/+59
* Don't put IT instruction before conditional branches.Evan Cheng2009-07-112-5/+32
* Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng2009-07-114-24/+27
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-1114-298/+444
* 80 col violation.Evan Cheng2009-07-111-2/+2
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-113-54/+87
* Fix up support for OptionalDefOperand when it defaults to an actual register ...Evan Cheng2009-07-111-4/+16
* Use CreateStackStoreLoad helper in more places.Eli Friedman2009-07-112-36/+4
* Two-address pass should use findCommutedOpIndices to determine what registers...Evan Cheng2009-07-111-3/+10
* Use findCommutedOpIndices to find the operands to commute.Evan Cheng2009-07-101-3/+13
* Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs ofBob Wilson2009-07-101-8/+106
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-104-60/+203
* remove the "debug" modifier, it is only used by one instruction which canChris Lattner2009-07-102-2/+2
* Refactor TableGen's llvm::getName to share code with llvm::getEnumName,Bob Wilson2009-07-101-41/+4
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-105-1/+134
* Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #defineJeffrey Yasskin2009-07-101-3/+3
* make pcrel and non-pcrel global printing more similar.Chris Lattner2009-07-101-11/+19
* Support remote execute for ARM.David Goodwin2009-07-104-7/+37
* Undo my brain cramp.Evan Cheng2009-07-102-67/+0
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-107-215/+245
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-102-25/+595
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-105-0/+150
* code model is never set to default.Chris Lattner2009-07-101-4/+2
* fix indentationChris Lattner2009-07-101-14/+14
* remove the now-dead TM argument to these methods.Chris Lattner2009-07-105-10/+10
* make PIC vs DynamicNoPIC be explicit in PICStyles.Chris Lattner2009-07-103-21/+21
* some minor simplifications.Chris Lattner2009-07-102-14/+32
* add a couple of predicates to test for "stub style pic in PIC mode" and "stub...Chris Lattner2009-07-105-34/+40
* Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman2009-07-102-16/+2
* Avoid compiler warnings when assertions are turned off.Duncan Sands2009-07-101-4/+4