summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-31
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-31
* Remove unintended changes.Daniel Dunbar2009-07-30
* Remove itohexstr, which only had one user.Daniel Dunbar2009-07-30
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-30
* Minor whitespace tidiness.Dan Gohman2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-29
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-29
* Re-enable comment and operand padding.David Greene2009-07-29
* Fix the verifier to handle intrinsics with LLVMMatchType parameters, whereBob Wilson2009-07-29
* Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...Evan Cheng2009-07-29
* Match X86 register names to number.Daniel Dunbar2009-07-29
* Tweak LLVM emacs style to make default namespace indentation closer to styleDaniel Dunbar2009-07-28
* Add inbounds to the polygen grammar.Dan Gohman2009-07-27
* vim syntax highlighting for inbounds keyword.Dan Gohman2009-07-27
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-27
* Add new keywords to the vim syntax highlighting.Dan Gohman2009-07-22
* Add new optimization keywords to the polygen grammar.Dan Gohman2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Make a bunch of changes suggested by Chris and others to improveDavid Greene2009-07-21
* Use string comparison instead of numeric comparison when comparing digests.Ted Kremenek2009-07-21
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-20
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-20
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-18
* Revert 76177 for now. It's messing up ARM asm printing. Also this significant...Evan Cheng2009-07-18
* tblgen/AsmMatcher: Emit simple matcher for register names.Daniel Dunbar2009-07-17
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-17
* Add the private keyword to the polygen grammar.Dan Gohman2009-07-17
* Add the private keyword to the VIM syntax highlighting.Dan Gohman2009-07-17
* Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly t...Bill Wendling2009-07-16
* In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings2009-07-16
* Update llvm{do,grep} to also search cmake / .cmake filesDaniel Dunbar2009-07-16
* Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to updateTed Kremenek2009-07-15
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-15
* Helper script to use bugpoint with a remote target.Viktor Kutuzov2009-07-14
* Use http instead https for anonymous readonly check out.Evan Cheng2009-07-14
* Revert 75308.Bob Wilson2009-07-14
* NewNightlyTest.pl - Add -configure-args option.Daniel Dunbar2009-07-13
* NewNightlyTest.pl - Add -noremoveatend option.Daniel Dunbar2009-07-13
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-13
* Tweak comment.Daniel Dunbar2009-07-11
* Update CMakeLists.txtDaniel Dunbar2009-07-11
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-11
* improve filecheck's "scanning from here" caret position.Chris Lattner2009-07-11
* make filecheck default to canonicalizing horizontal whitespaceChris Lattner2009-07-11
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-10
* Refactor TableGen's llvm::getName to share code with llvm::getEnumName,Bob Wilson2009-07-10