summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Added support for:Bill Wendling2008-04-27
* Apple GCC 4.2 builds things differently. It no longer spawns a bunch ofBill Wendling2008-04-15
* VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III2008-04-15
* Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng2008-04-15
* Install into the directoryBill Wendling2008-04-15
* Change llvm tools install location.Devang Patel2008-04-11
* produce an error on invalid input instead of asserting:Chris Lattner2008-04-10
* Fix a bug where an incorrect bit mask would be generated if a target's last asmNate Begeman2008-04-09
* Fix generation of multi-stage instruction itineraries. Patch byChris Lattner2008-04-06
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-03
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-02
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Simplify the conversion from "0x" numbers to a single digit number.Bill Wendling2008-03-28
* Fix build breakage on Windows with GCC 4.3. References bug #2176.Mikhail Glushenkov2008-03-27
* Add explicit keywords.Dan Gohman2008-03-25
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* 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