summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Add one test case (svc).Johnny Chen2011-04-12
* Match case for invalid constant error messages and add a newEric Christopher2011-04-12
* A8.6.16 BJohnny Chen2011-04-12
* Fix reassociate to use a worklist instead of recursing when newDan Gohman2011-04-12
* Test for invalid constant expr addition - bad octal constant.Eric Christopher2011-04-12
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-12
* Reuse live interval union between functions. This saves a bit of compile timeJakob Stoklund Olesen2011-04-11
* Thumb disassembler was erroneously rejecting "blx sp" instruction.Johnny Chen2011-04-11
* comment cleanup, use moveBefore instead of removeFromParent+insertBefore.Chris Lattner2011-04-11
* TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may...NAKAMURA Takumi2011-04-11
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* Fix an error in the MBlaze delay slot filler.Wesley Peck2011-04-11
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-11
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-11
* Lex, and then fail on invalid constants.Eric Christopher2011-04-11
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11
* Implement cfi_rel_offsetRafael Espindola2011-04-11
* Speed up eviction by stopping collectInterferingVRegs as soon as the spillJakob Stoklund Olesen2011-04-11
* Add test for previous commit.Rafael Espindola2011-04-11
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-11
* The default of the dispatch switch statement was to branch to a BB that executedBill Wendling2011-04-11
* Fix the bug where the immediate shift amount for Thumb logical shift instruct...Johnny Chen2011-04-11
* Look pass copies when determining whether hoisting would end up inserting mor...Evan Cheng2011-04-11
* implement .cfi_adjust_cfa_offset.Rafael Espindola2011-04-11
* Get rid of useless comment; if a file uses functions from a given header,Eli Friedman2011-04-11
* Fix another using-CPSR-twice bug in my ADCS/SBCS cleanups, and make proper us...Owen Anderson2011-04-11
* Skip a binary search when possible.Jakob Stoklund Olesen2011-04-11
* Use a faster algorithm for computing MBB live-in registers after register all...Jakob Stoklund Olesen2011-04-11
* Because some systems have reported that this example would not build theGarrison Venn2011-04-11
* Trivial comment fix.Johnny Chen2011-04-11
* Fix a couple of places where changes are made but not tracked.Evan Cheng2011-04-11
* Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th...Johnny Chen2011-04-11
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Don't add live ranges for sub-registers when clobbering a physical register.Jakob Stoklund Olesen2011-04-11
* Speed up LiveIntervalUnion::unify by handling end insertion specially.Jakob Stoklund Olesen2011-04-11
* Time the initial seeding of live registersJakob Stoklund Olesen2011-04-11
* Don't shrink live ranges after dead code elimination unless it is going to help.Jakob Stoklund Olesen2011-04-11
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-11
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-11
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Phi nodes always use an even number of operands, so don't ever allocateJay Foad2011-04-11
* docs/CommandGuide/index.html: Fix CSS url to relative.NAKAMURA Takumi2011-04-11
* docs/CommandLine.html: "ize.NAKAMURA Takumi2011-04-11
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Bugfix in the Cpp backend after API change on PHINode::Create.Nicolas Geoffray2011-04-10
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-10
* Fixed more best practices, and explicit/implicit style guide issues.Garrison Venn2011-04-10
* Reword instructions for running tests on Visual Studio.Oscar Fuentes2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10