aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Watch out for variable_ops instructions.Evan Cheng2006-09-061-1/+1
* Variable ops instructions may ignore the last few operands for code emission.Evan Cheng2006-09-061-1/+3
* Document getTargetTriple().Devang Patel2006-09-061-0/+11
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-062-0/+12
* Oops - forgot to update banner.Jim Laskey2006-09-061-1/+1
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-062-1/+24
* Cleaned up some of the grammar in the Live Intervals section. Removed theBill Wendling2006-09-061-147/+37
* Update project with new files.Jim Laskey2006-09-061-3/+5
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-062-0/+501
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-0617-613/+382
* add the orr instructionRafael Espindola2006-09-061-0/+4
* Instead of demangling symbol name by hand, use original name, which wasDevang Patel2006-09-061-2/+4
* Extract target triplet from optimized module.Devang Patel2006-09-062-7/+11
* Only call isUse/isDef on register operandsEvan Cheng2006-09-051-3/+3
* Bugfix to work with the two-addr changes that have been made in the tree rece...Chris Lattner2006-09-051-1/+2
* make this harderChris Lattner2006-09-051-1/+2
* IsDef can only be accessed / set if operand is a register.Evan Cheng2006-09-051-11/+16
* Only call isUse/isDef on register operandsChris Lattner2006-09-052-13/+7
* Don't call isDef on non-registersChris Lattner2006-09-051-1/+2
* Initialize IsDef of all non-register MachineOperand to false.Evan Cheng2006-09-051-0/+7
* Fix Duraid's changes to work when TLI is null. This fixes the failingChris Lattner2006-09-051-3/+7
* Change the default to 0, which means 'default'.Chris Lattner2006-09-051-1/+1
* Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.llEvan Cheng2006-09-051-2/+2
* JIT encoding bug.Evan Cheng2006-09-051-1/+1
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-051-0/+5
* Update the X86 JIT to make it work with the new two-addr changes. This alsoChris Lattner2006-09-051-41/+52
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-0510-106/+78
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-059-604/+577
* jmp_bufs are this big on alpha.Andrew Lenharth2006-09-051-0/+3
* First draft of the "Live Interval Analysis" section. This is the "LiveBill Wendling2006-09-041-0/+188
* ADd getImm/setImm methodsChris Lattner2006-09-041-6/+15
* Add some short-hand accessorsChris Lattner2006-09-041-0/+4
* add support for returning 64bit valuesRafael Espindola2006-09-042-0/+41
* Fix some X86 JIT failures. This should really come from TargetJITInfo.Chris Lattner2006-09-041-0/+3
* lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner2006-09-041-1/+2
* Correct fix for a crasher on functions with live in valuesChris Lattner2006-09-041-4/+6
* Hack around a regression I introduced yesterdayChris Lattner2006-09-041-0/+3
* forgot thisDuraid Madina2006-09-041-0/+2
* Fix a build problemChris Lattner2006-09-041-2/+3
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-045-14/+47
* Update this to reflect llvm-config usageChris Lattner2006-09-041-24/+10
* Remove some dead makefileryChris Lattner2006-09-041-62/+0
* Use llvm-config to determine what to link inChris Lattner2006-09-044-7/+5
* Use llvm-config instead of magic JIT thing to link in libsChris Lattner2006-09-041-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-0418-64/+21
* Allow things like --libs CBackendChris Lattner2006-09-041-0/+3
* Switch to using llvm-config to buildChris Lattner2006-09-041-1/+1
* Bugfix for llvm-config supportChris Lattner2006-09-041-13/+16
* Make LINK_COMPONENTS interact well with make cleanChris Lattner2006-09-041-1/+3
* Switch to using llvm-config to select components to link in.Chris Lattner2006-09-041-2/+2