summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a helperChris Lattner2007-05-041-0/+4
| | | | llvm-svn: 36729
* remove dead codeChris Lattner2007-05-041-6/+0
| | | | llvm-svn: 36728
* remove unused codeChris Lattner2007-05-041-12/+11
| | | | llvm-svn: 36727
* add support for new codes/blockChris Lattner2007-05-041-1/+7
| | | | llvm-svn: 36726
* add new codesChris Lattner2007-05-041-5/+11
| | | | llvm-svn: 36725
* add writer support for param attrsChris Lattner2007-05-041-1/+15
| | | | llvm-svn: 36724
* Allow this to compile with gcc 4.0.XReid Spencer2007-05-041-2/+4
| | | | llvm-svn: 36723
* new testcaseChris Lattner2007-05-041-0/+17
| | | | llvm-svn: 36722
* pass by reference, not by valueChris Lattner2007-05-041-1/+1
| | | | llvm-svn: 36721
* trivial scaffolding for param attrsChris Lattner2007-05-041-0/+12
| | | | llvm-svn: 36720
* Test load global in static mode.Evan Cheng2007-05-041-7/+10
| | | | llvm-svn: 36719
* On Mac OS X, GV requires an extra load only when relocation-model is non-static.Evan Cheng2007-05-041-5/+6
| | | | llvm-svn: 36718
* New test case.Evan Cheng2007-05-031-0/+113
| | | | llvm-svn: 36717
* Don't create indexed load / store with zero offset!Evan Cheng2007-05-031-0/+8
| | | | llvm-svn: 36716
* Should never see an indexed load / store with zero offset.Evan Cheng2007-05-031-5/+7
| | | | llvm-svn: 36714
* Allow strength reduction to make use of addressing modes for theDan Gohman2007-05-031-1/+10
| | | | | | address operand in a prefetch intrinsic. llvm-svn: 36713
* enumerate parameter attr lists.Chris Lattner2007-05-032-0/+33
| | | | llvm-svn: 36709
* Encoding calling conv info in call/invoke instrs, tree add now round trips ↵Chris Lattner2007-05-032-18/+24
| | | | | | completely llvm-svn: 36707
* the type field for a store is the type of the pointer, not the value.Chris Lattner2007-05-031-3/+4
| | | | | | With this fix I can round trip treeaadd, only losing calling conv info. llvm-svn: 36706
* don't bother encoding # varargsChris Lattner2007-05-031-1/+0
| | | | llvm-svn: 36705
* fix encoding of BB names in the symtabChris Lattner2007-05-033-5/+21
| | | | llvm-svn: 36704
* add a new codeChris Lattner2007-05-031-1/+2
| | | | llvm-svn: 36703
* bug fixesChris Lattner2007-05-031-3/+3
| | | | llvm-svn: 36701
* Unbreak VC++ build.Jeff Cohen2007-05-032-3/+2
| | | | llvm-svn: 36700
* implement the rest of the instructionsChris Lattner2007-05-031-10/+68
| | | | llvm-svn: 36699
* Use iterative while loop instead of recursive function call.Devang Patel2007-05-032-14/+34
| | | | llvm-svn: 36694
* Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen2007-05-032-0/+38
| | | | llvm-svn: 36693
* Debug support for arm-linux.Lauro Ramos Venancio2007-05-034-18/+32
| | | | | | Patch by Raul Herbster. llvm-svn: 36690
* add a few more instructions, getting closeChris Lattner2007-05-031-10/+53
| | | | llvm-svn: 36688
* Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman2007-05-031-3/+3
| | | | | | they are consistent with the other directives. llvm-svn: 36687
* Use the explicit keyword for the SCEV class' constructor.Dan Gohman2007-05-031-1/+1
| | | | llvm-svn: 36686
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-032-6/+44
| | | | llvm-svn: 36685
* This is a patch to fix a compile error in STLExtras.h, andChris Lattner2007-05-032-1/+2
| | | | | | | | a bug in GraphWriter.cpp. Patch by Florian Brandner llvm-svn: 36684
* negatize -> negativeEvan Cheng2007-05-031-0/+0
| | | | llvm-svn: 36683
* silence annoying gcc 4.3 warningsChris Lattner2007-05-031-2/+4
| | | | llvm-svn: 36681
* silence some annoying gcc 4.3 warningsChris Lattner2007-05-031-7/+10
| | | | llvm-svn: 36680
* remove extraneous type qualifiersChris Lattner2007-05-032-5/+5
| | | | llvm-svn: 36679
* remove extraneous top-level semi'sChris Lattner2007-05-031-2/+2
| | | | llvm-svn: 36678
* remove two useless functions. Just inherit Type's implementation instead.Chris Lattner2007-05-031-8/+0
| | | | llvm-svn: 36677
* remove useless type qualifiersChris Lattner2007-05-031-2/+2
| | | | llvm-svn: 36676
* avoid invalid C++ token in #errorChris Lattner2007-05-031-1/+1
| | | | llvm-svn: 36674
* Allow i/s to match (gv+c). This fixes ↵Chris Lattner2007-05-031-10/+31
| | | | | | | | CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll and PR1382 llvm-svn: 36672
* new testcaseChris Lattner2007-05-031-0/+12
| | | | llvm-svn: 36671
* Fix two classes of bugs:Chris Lattner2007-05-031-8/+32
| | | | | | | | 1. x86 backend rejected (&gv+c) for the 'i' constraint when in static mode. 2. the matcher didn't correctly reject and accept some global addresses. the right predicate is GVRequiresExtraLoad, not "relomodel = pic". llvm-svn: 36670
* add support for printing offset from globalChris Lattner2007-05-031-0/+6
| | | | llvm-svn: 36669
* revert accidental commitChris Lattner2007-05-031-1/+3
| | | | llvm-svn: 36668
* add support for printing offset of globalChris Lattner2007-05-032-3/+6
| | | | llvm-svn: 36667
* Sets the section names for fixed-size constants and use the mergeableDan Gohman2007-05-031-0/+5
| | | | | | | | flag for ELF on x86 so that duplicate constants can be eliminated by the linker. This matches what GCC does with its -fmerge-constants option, which is enabled at most -O levels. llvm-svn: 36666
* Make my proxy happy.Lauro Ramos Venancio2007-05-031-0/+1
| | | | llvm-svn: 36665
* revert reid's patch to fix these failures:Chris Lattner2007-05-031-100/+28
| | | | | | | | test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll for PR1099 [DEJAGNU] Applications/SPASS/SPASS [CBE] Regression/C/2004-03-15-IndirectGoto [CBE] llvm-svn: 36664
OpenPOWER on IntegriCloud