summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* Don't strip things when we're doing a debug build.Bill Wendling2008-03-22
* Introduce a new node for holding call argumentDuncan Sands2008-03-21
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-20
* Add support for escaping {} in asm strings, based on patch from Nick Burns.Nate Begeman2008-03-17
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-16
* Remove isImplicitDef TargetInstrDesc flag.Evan Cheng2008-03-15
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Get rid of a pseudo instruction and replace it with subreg based operation on...Christopher Lamb2008-03-13
* Recommitting changes after more testing. These appear to cause no problems.Christopher Lamb2008-03-11
* emit an ID # for each regclass ID. Chris doesn't like to have to count.Chris Lattner2008-03-11
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-10
* Add nosubmit option to control what is sent back to the results server.Tanya Lattner2008-03-10
* Revert accidentally committed local changes.Christopher Lamb2008-03-10
* Add support in TableGen for unknown operands that infer their type from the p...Christopher Lamb2008-03-10
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-10
* This patch fixes a problem encountered by the CellSPU backend where variantsScott Michel2008-03-05
* install new lto dylib. pass down LLVM_SUBMIT_VERSIONNick Kledzik2008-02-29
* fix default RC_ProjectSourceSubversion to be zeroNick Kledzik2008-02-29
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* De-tabify.Bill Wendling2008-02-26
* Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling2008-02-24
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-15
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-14
* Change how FP immediates are handled. Nate Begeman2008-02-14
* Remove dead code.Devang Patel2008-02-12
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Tablegen support for insert & extract element matchingNate Begeman2008-02-09
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-05
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-04
* Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner2008-02-03
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-02
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-31
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* Always put version numbers at the end because they are optional.Devang Patel2008-01-30
* Update this file for 2.0 syntax.Dan Gohman2008-01-29
* Fix to bug 1951: tblgen gratuitously renames variables when no temporary wasScott Michel2008-01-29
* Add interator interface to DAGInit alsoAnton Korobeynikov2008-01-22
* Provide iterator access to ListInit contentsAnton Korobeynikov2008-01-21
* Fix makefiles to enable Apply style debug build.Evan Cheng2008-01-18
* Enable CBEDevang Patel2008-01-17
* Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III2008-01-15
* Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng2008-01-15
* Revert my last commit. Not needed.Evan Cheng2008-01-15