summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-18
* Coding style cleanups. No functionality change.Bill Wendling2011-10-18
* Remove NaClModeDavid Meyer2011-10-18
* Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier2011-10-18
* Commit test, capitalizing store... keep it simple.Joe Abbey2011-10-18
* Fix comment to refer to correct instructionHal Finkel2011-10-18
* Fix misc warnings. Patch by Joe Abbey.Eli Friedman2011-10-18
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-17
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* Enable a few more NEON immediate tests.Jim Grosbach2011-10-17
* 80-col.Michael J. Spencer2011-10-17
* Minor style cleanup, no functionality change.Nick Lewycky2011-10-17
* Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames2011-10-17
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Add a few FIXME comments.Chad Rosier2011-10-17
* Teach the ARC optimizer about the !clang.arc.copy_on_escape metadataDan Gohman2011-10-17
* Tidy up.Jim Grosbach2011-10-17
* 142288 broke the build:Rafael Espindola2011-10-17
* Update DebugInfoFinder to match recent debug info encoding changes.Devang Patel2011-10-17
* Now Igor, throw the switch...give my creation life!Bill Wendling2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Validate target data layout strings.Lang Hames2011-10-17
* When deleting a phi cycle after looking through copies, constrain the registerCameron Zwarich2011-10-17
* Fixed quoting on default data layout option.Lang Hames2011-10-17
* Forgot to add the project name to the 'svn ls' command.Bill Wendling2011-10-17
* Add message to svn mkdir command.Bill Wendling2011-10-17
* Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson2011-10-17
* Add an accessor to get the underlying MachO representation.Owen Anderson2011-10-17
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-17
* Don't renumber the blocks here. This could cause problems later on if anotherBill Wendling2011-10-17
* Use the correct predicate for determining if a branch is conditional or not.Owen Anderson2011-10-17
* Add support for the Objective-C personality function to the instructionBill Wendling2011-10-17
* Pseudoinstructions should not be less constrained than the instruction they areCameron Zwarich2011-10-17
* MCOperand is pod-like.Benjamin Kramer2011-10-17
* Tidy up organization.Jim Grosbach2011-10-17
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-17
* Add a call to EmitSjLjDispatchBlock.Bill Wendling2011-10-17
* Remove mention of llvm-gcc and add mention of dragonegg.Bill Wendling2011-10-17
* Add CHECKs and document PR11158.Nadav Rotem2011-10-17
* Fix improperly formed assert() call.Jim Grosbach2011-10-17
* Object: Fix redundant name.Michael J. Spencer2011-10-17
* Constraint register class with constrainRegClass() to CSE a virtual into anot...Evan Cheng2011-10-17