- Apr 22, 2007
-
-
Christopher Lamb authored
llvm-svn: 36349
-
Reid Spencer authored
Make ParamAttrsList objects unique. You can no longer directly create or destroy them but instead must go through the ParamAttrsList::get() interface. llvm-svn: 36327
-
- Apr 21, 2007
-
-
Reid Spencer authored
llvm-svn: 36309
-
Christopher Lamb authored
add support for alignment attributes on load/store instructions llvm-svn: 36301
-
- Apr 17, 2007
-
-
Reid Spencer authored
llvm-svn: 36179
-
Reid Spencer authored
used because we *do* want to allow nulls in names. llvm-svn: 36178
-
- Apr 16, 2007
-
-
Reid Spencer authored
llvm-svn: 36156
-
Reid Spencer authored
Thanks, Chris. llvm-svn: 36155
-
Reid Spencer authored
llvm-svn: 36144
-
Reid Spencer authored
llvm-svn: 36143
-
Reid Spencer authored
llvm-svn: 36122
-
Reid Spencer authored
Use the new parameter on Function::getIntrinsicID to identify cases where a function is being called with an "llvm." name but it isn't actually an intrinsic. In such cases generate an error. llvm-svn: 36121
-
- Apr 12, 2007
-
-
Lauro Ramos Venancio authored
llvm-svn: 35950
-
- Apr 11, 2007
-
-
Reid Spencer authored
Put the parameter attributes in their own ParamAttr name space. Adjust the rest of llvm as a result. llvm-svn: 35877
-
- Apr 09, 2007
-
-
Reid Spencer authored
Adapt handling of parameter attributes to use the new ParamAttrsList class. llvm-svn: 35814
-
Reid Spencer authored
llvm-svn: 35813
-
Reid Spencer authored
llvm-svn: 35795
-
Reid Spencer authored
llvm-svn: 35794
-
- Mar 30, 2007
-
-
Reid Spencer authored
llvm-svn: 35500
-
Reid Spencer authored
Check at the end of the parse that there are no unresolved types and no undefined values. Issue errors if there are. This gets rid of the need for implementation or checkpoint by ensuring you can't finish a parse with undefined things. llvm-svn: 35499
-
- Mar 29, 2007
-
-
Reid Spencer authored
llvm-svn: 35473
-
Reid Spencer authored
removed in a few days. llvm-svn: 35472
-
- Mar 28, 2007
-
-
Reid Spencer authored
llvm-svn: 35411
-
Reid Spencer authored
describes its function as check against unresolved types and definitions. This is handy for forcing error messages in assembly test cases or otherwise ensuring that everything is resolved at that point in the assembly. llvm-svn: 35410
-
- Mar 22, 2007
-
-
Reid Spencer authored
llvm-svn: 35259
-
Reid Spencer authored
llvm-svn: 35258
-
- Mar 20, 2007
-
-
Reid Spencer authored
llvm-svn: 35215
-
Reid Spencer authored
llvm-svn: 35214
-
Reid Spencer authored
llvm-svn: 35199
-
Reid Spencer authored
llvm-svn: 35198
-
- Mar 19, 2007
-
-
Reid Spencer authored
llvm-svn: 35183
-
Reid Spencer authored
parameter on ConstantInt::get to indicate the signedness of the intended value. llvm-svn: 35182
-
Reid Spencer authored
llvm-svn: 35174
-
Reid Spencer authored
Eliminate support for type planes in numbered values. This simplifies the data structures involved in managing forward definitions, etc. Instead of requiring maps from type to value, we can now just use a vector of values. These changes also required rewrites of some support functions such as InsertValue, getBBVal, and ResolveDefinitions. Some other cosmetic changes were made as well. llvm-svn: 35173
-
Reid Spencer authored
named or numbered ValIDs. llvm-svn: 35172
-
- Mar 09, 2007
-
-
Reid Spencer authored
llvm-svn: 35050
-
Reid Spencer authored
Account for the sign bit when computing the number of bits required for a negative integer literal constant. llvm-svn: 35046
-
- Mar 01, 2007
-
-
Reid Spencer authored
llvm-svn: 34797
-
Reid Spencer authored
verbose code to sext/trunc or zext/trunc and APInt with new methods on that class. llvm-svn: 34794
-
- Feb 28, 2007
-
-
Reid Spencer authored
llvm-svn: 34716
-