summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Unbreak build.Benjamin Kramer2009-08-07
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-07
* strength reduce anonymous namespace to static.Chris Lattner2009-08-07
* llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate ro...Daniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Tweaks in response to feedback.Daniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-07
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Suppress compiler warning.Daniel Dunbar2009-08-05
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* Add new function attribute keywords to the vim syntax.Dan Gohman2009-08-05
* TableGen / AsmMatcher: Tweaks to avoid generating completely bogus matchDaniel Dunbar2009-08-04
* * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirsMisha Brukman2009-08-04
* Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov2009-08-03
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-03
* Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar2009-08-02
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-02
* 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