summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a comment indicating that there is documentation of the libraryChris Lattner2001-07-231-0/+3
| | | | llvm-svn: 289
* Minor changes to implementation of CommandLine library to let users overrideChris Lattner2001-07-231-7/+19
| | | | | | options forced by different subclasses of Option llvm-svn: 286
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵Chris Lattner2001-07-232-4/+4
| | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283
* Doh! Wrong accessor. Caused 'can not read bytecode' errors. :(Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 282
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-232-8/+0
| | | | llvm-svn: 280
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-2318-19/+18
| | | | llvm-svn: 279
* Initial checkinChris Lattner2001-07-231-0/+399
| | | | llvm-svn: 278
* Clean up hash table usageChris Lattner2001-07-232-4/+3
| | | | | | Remove opaque pointer used for C compatibility which isn't an issue llvm-svn: 275
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-232-35/+29
| | | | llvm-svn: 274
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-232-12/+17
| | | | llvm-svn: 272
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-224-2441/+19
| | | | llvm-svn: 271
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-221-19/+10
| | | | | | program. llvm-svn: 267
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-214-34/+3
| | | | | | there are probably more to kill llvm-svn: 261
* Eliminate many unneccesary #includesChris Lattner2001-07-211-15/+1
| | | | llvm-svn: 260
* Make code fit in 80 columns moreChris Lattner2001-07-211-24/+19
| | | | llvm-svn: 259
* Remove unneccesary #includesChris Lattner2001-07-211-9/+1
| | | | llvm-svn: 258
* Exterminate nasty CismsChris Lattner2001-07-211-1/+1
| | | | llvm-svn: 257
* Refer to include/llvm/CodeGen not CodegenChris Lattner2001-07-211-1/+1
| | | | llvm-svn: 256
* Make sure we build all of the code!Chris Lattner2001-07-211-1/+1
| | | | llvm-svn: 254
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-217-14/+14
| | | | llvm-svn: 253
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
| | | | llvm-svn: 252
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-0/+2
| | | | | | to remove dependency on <vector> llvm-svn: 250
* Moved LLC subdir to the tools top level directoryChris Lattner2001-07-211-1/+1
| | | | llvm-svn: 248
* Add new ctor for ConstPoolBoolChris Lattner2001-07-211-0/+5
| | | | llvm-svn: 246
* Add new constructor for const pool boolChris Lattner2001-07-211-4/+8
| | | | llvm-svn: 245
* Add support for castsChris Lattner2001-07-211-0/+67
| | | | llvm-svn: 244
* More functionality, renamed APIChris Lattner2001-07-211-70/+145
| | | | llvm-svn: 241
* Utility routines for simpler access to the value of an integer constant.Vikram S. Adve2001-07-211-0/+108
| | | | llvm-svn: 236
* Program options class.Vikram S. Adve2001-07-211-0/+12
| | | | llvm-svn: 235
* Description of the SPARC as a target architecture.Vikram S. Adve2001-07-214-0/+1813
| | | | llvm-svn: 233
* Base clas for a description of a target architecture.Vikram S. Adve2001-07-212-0/+125
| | | | llvm-svn: 232
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-214-0/+1097
| | | | llvm-svn: 231
* *** empty log message ***Vikram S. Adve2001-07-211-0/+7
| | | | llvm-svn: 230
* Added CodeGen, LLC, and Support.Vikram S. Adve2001-07-211-1/+1
| | | | llvm-svn: 229
* Add isIntegral() method to SignedIntType and UnsignedIntType.Vikram S. Adve2001-07-211-0/+6
| | | | llvm-svn: 224
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-201-1/+5
| | | | | | of structures. This information is machine-dependent. llvm-svn: 222
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-201-8/+51
| | | | | | operands (if any) for different types of MemAccessInst's. llvm-svn: 221
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-2/+29
| | | | | | for a VM instruction. llvm-svn: 220
* Start of expression analysis supportChris Lattner2001-07-201-0/+207
| | | | llvm-svn: 219
* Implement ensureTypeAvailableChris Lattner2001-07-201-24/+51
| | | | | | Implement ConstPoolInt class llvm-svn: 215
* Add support for constant propogation of multipliesChris Lattner2001-07-201-2/+15
| | | | llvm-svn: 214
* Factor out WriteAsOperand.Chris Lattner2001-07-201-16/+47
| | | | llvm-svn: 213
* Add a comment.Chris Lattner2001-07-202-107/+111
| | | | llvm-svn: 212
* Fix nasty typoChris Lattner2001-07-201-1/+1
| | | | llvm-svn: 204
* Support external methodsChris Lattner2001-07-152-0/+2
| | | | llvm-svn: 200
* Implement forward/external declarations for methods.Chris Lattner2001-07-151-5/+9
| | | | llvm-svn: 196
* Implement forward/external declarations for methods. Also, emit an error if ↵Chris Lattner2001-07-154-696/+755
| | | | | | | | a method is defined more than once, instead of crashing. llvm-svn: 195
* Add support for assembly printing fp constantsChris Lattner2001-07-152-4/+5
| | | | llvm-svn: 191
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-151-4/+10
| | | | llvm-svn: 190
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-151-0/+14
| | | | llvm-svn: 189
OpenPOWER on IntegriCloud