aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak some comments.Duncan Sands2008-11-102-5/+4
* Small cleanups. No functionality change intended!Duncan Sands2008-11-103-16/+13
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-102-20/+16
* Work around PR1000.Duncan Sands2008-11-101-1/+1
* Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov2008-11-102-47/+39
* Reenable test.Dale Johannesen2008-11-101-1/+0
* Really fix testb optimization on big-endian.Dale Johannesen2008-11-101-5/+8
* Third time's a charm.Bill Wendling2008-11-101-60/+58
* final editsChris Lattner2008-11-101-13/+12
* Added support for the following definition of shufflevector Mon P Wang2008-11-1012-77/+315
* eliminate a couple more uses of utohexstr.Chris Lattner2008-11-101-6/+10
* Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner2008-11-102-2/+5
* split out the functionality of utohexstr into a new utohex_bufferChris Lattner2008-11-101-7/+22
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-102-50/+51
* Fix an over aggressive assumption that struct decls will have a pointer toChris Lattner2008-11-101-1/+1
* Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner2008-11-101-1/+1
* move some cases around to silence these sorts of warnings in Chris Lattner2008-11-101-6/+6
* add new fileChris Lattner2008-11-101-0/+1
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-102-0/+1056
* CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes2008-11-102-28/+17
* Forgot these.Evan Cheng2008-11-101-19/+19
* CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes2008-11-101-4/+31
* CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes2008-11-102-5/+42
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-108-48/+48
* Correction for the last patch. Should match the conditional in the first partBill Wendling2008-11-091-34/+42
* The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling2008-11-092-32/+56
* suppress build productsGabor Greif2008-11-090-0/+0
* CMake: Corrected detection of `nm'.Oscar Fuentes2008-11-091-1/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-096-5/+26
* fix validation problem.Chris Lattner2008-11-091-5/+4
* XFAIL this while waiting for a fix.Duncan Sands2008-11-091-0/+1
* fix leakage of ValueNumberingNuno Lopes2008-11-091-0/+1
* Temporarily revert 58825, which breaks PPC bootstrap.Dale Johannesen2008-11-091-1/+3
* If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling2008-11-092-33/+134
* Typo fixAnton Korobeynikov2008-11-091-1/+1
* CellSPU: Update expected counts on expected patternsScott Michel2008-11-091-5/+5
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov2008-11-086-19/+31
* CMake: corrected library target name for dependency: LLVMCellSPU ->Oscar Fuentes2008-11-081-1/+1
* CMake: Reflected changes on the CellSPU target build. May require aOscar Fuentes2008-11-082-2/+13
* Fixed a pasto.Oscar Fuentes2008-11-081-1/+2
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-081-1/+1
* CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel2008-11-085-647/+627
* Try to produce better code when scalarizing VSETCC.Duncan Sands2008-11-081-8/+26
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-086-31/+19
* The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.Nicolas Geoffray2008-11-081-2/+2
* StoreInst does not produce any result thus it's useless to create newAnton Korobeynikov2008-11-081-1/+1
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-081-2/+2
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-081-1/+1
* Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...Evan Cheng2008-11-081-22/+21
* Remove a InvalidateInstructionCache call with incorrect size.Evan Cheng2008-11-081-4/+0