aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-295-119/+96
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-292-0/+322
* new method for creating a path, which does not create a temporary string.Chris Lattner2007-04-291-0/+8
* fit in 80 colsChris Lattner2007-04-291-6/+5
* Fix this to use the right block IDChris Lattner2007-04-291-3/+1
* moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.Chris Lattner2007-04-291-1/+1
* Minor corrections.Jeff Cohen2007-04-291-61/+60
* memory operands that have a direct operand should have their stores createdChris Lattner2007-04-281-35/+42
* eliminate more redundant constraint type analysisChris Lattner2007-04-281-6/+2
* merge constraint type analysis stuff together.Chris Lattner2007-04-281-14/+21
* Significant refactoring of the inline asm stuff, to support future changes.Chris Lattner2007-04-281-82/+107
* Regenerate.Reid Spencer2007-04-284-2365/+2021
* Revert the premature portion of the last commit.Reid Spencer2007-04-281-62/+76
* This is not "FIXME" anymoreAnton Korobeynikov2007-04-281-3/+1
* Let Verifier check aliaseesAnton Korobeynikov2007-04-281-0/+7
* Fix a compilation error (jump to case label).Reid Spencer2007-04-281-77/+64
* RegenerateAnton Korobeynikov2007-04-283-3352/+4719
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-2820-113/+231
* memory inputs to an inline asm are required to have an address available.Chris Lattner2007-04-282-20/+34
* new testcase for PR1356Chris Lattner2007-04-281-0/+12
* Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll andChris Lattner2007-04-281-4/+10
* ensure the operand prints.Chris Lattner2007-04-281-1/+1
* new testcaseChris Lattner2007-04-282-0/+21
* update syntaxChris Lattner2007-04-284-5/+5
* not fully implemented yet.Chris Lattner2007-04-281-0/+2
* add a default parameterChris Lattner2007-04-281-3/+5
* add a way to make this less brittleChris Lattner2007-04-282-5/+10
* fix a bug triggered by 403.gccChris Lattner2007-04-281-2/+1
* update for new inline asm syntaxChris Lattner2007-04-282-3/+3
* Fix several latent bugs in EmitGEPOffset that didn't manifest with itsChris Lattner2007-04-281-36/+52
* Fix this to match change to InlineAsm class.Chris Lattner2007-04-281-3/+3
* uhn zap cvsChris Lattner2007-04-281-6/+0
* represent indirect operands explicitly in inline asm strings.Chris Lattner2007-04-282-13/+16
* Implement PR1345 and Transforms/InstCombine/bitcast-gep.llChris Lattner2007-04-281-28/+104
* new testcaseChris Lattner2007-04-281-0/+19
* change per reviewDale Johannesen2007-04-281-3/+3
* Prevent Thumb code from generating ARM instructionsDale Johannesen2007-04-271-3/+3
* fix the test tls1.Lauro Ramos Venancio2007-04-271-6/+7
* add TLS tests.Lauro Ramos Venancio2007-04-272-0/+38
* add a GEP helper functionChris Lattner2007-04-272-0/+17
* add parenthesis.Lauro Ramos Venancio2007-04-271-2/+2
* Doh. ARM::LEApcrel is a single instruction MI.Evan Cheng2007-04-271-5/+3
* In Thumb mode, the frame register must be R7.Lauro Ramos Venancio2007-04-272-2/+11
* refactor some code relating to pointer cast xforms, pulling it out of the cod...Chris Lattner2007-04-271-53/+56
* Fix incorrect legalization of EHSELECTOR. This fixesChris Lattner2007-04-271-6/+10
* make this testcase harder, to cover PR1326Chris Lattner2007-04-271-1/+3
* reset errno to zero on entry to the application's main function. This fixesChris Lattner2007-04-271-1/+5
* Fix prolific source of 'possible loss of data' warnings.Jeff Cohen2007-04-271-1/+1
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-278-13/+157
* Darwin runtime library does not have these.Evan Cheng2007-04-271-73/+79