aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate getCompare from get and getCompareTy from getTy.Reid Spencer2006-12-041-16/+17
* Separate the get and getTy functions for ICmp and FCmp into getCompareReid Spencer2006-12-041-7/+12
* Fix comment grammaroReid Spencer2006-12-041-2/+2
* We only support 32-bit or 64-bit sequential type indices for GEP. DocumentReid Spencer2006-12-041-4/+4
* Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.Chris Lattner2006-12-041-4/+5
* These pass on Linux now.Reid Spencer2006-12-042-6/+4
* Expose the sanity.Reid Spencer2006-12-041-0/+2
* Unclutter this by using new cast creation functions.Reid Spencer2006-12-041-8/+2
* Implement new cast creation functions for both instructions and constantReid Spencer2006-12-044-2/+134
* Fix the intrinsic debug call to make this match current definition.Reid Spencer2006-12-041-2/+2
* Make this test succeed on both Darwin and LinuxReid Spencer2006-12-041-1/+1
* Document the icmp and fcmp constant expressions.Reid Spencer2006-12-041-3/+9
* XFAIL until PR1033 is fixed.Reid Spencer2006-12-041-0/+1
* Reduce the size of the ExprMapKeyType class.Reid Spencer2006-12-041-3/+3
* Test case for PR1033, x86-64 code gen fails on bitcast.Reid Spencer2006-12-041-0/+12
* Non-darwin gcc should default to static relocation to match gcc.Evan Cheng2006-12-041-1/+1
* Fix test.Evan Cheng2006-12-041-8/+8
* Purpose of test is lost in upgrade.Jim Laskey2006-12-041-23/+0
* Remove debug info.Jim Laskey2006-12-041-5/+0
* Fix inferred casts.Reid Spencer2006-12-041-6/+9
* Fix 80 cols violationReid Spencer2006-12-041-2/+3
* Regenerate.Reid Spencer2006-12-044-324/+324
* Fixed to use current debug info.Jim Laskey2006-12-042-0/+183
* Moving to DebugInfo.Jim Laskey2006-12-044-145/+0
* Duplicate of Regression/Debugger/funccall.ll.Jim Laskey2006-12-041-122/+0
* Regenerate.Reid Spencer2006-12-043-645/+669
* For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer2006-12-042-6/+12
* For PR950: For ICmp and FCmp constant expressions, put the predicate outiside...Reid Spencer2006-12-041-7/+7
* For PR950: Fix constant expressions to properly support ICmp and FCmp type ex...Reid Spencer2006-12-041-59/+127
* For PR950: Implement a stub for folding ICmp and FCmp instructionsReid Spencer2006-12-043-0/+11
* For PR950: Implement ICmp/FCmp predicate printing for constant expressionsReid Spencer2006-12-041-35/+39
* For PR950: Provide an isCompare method for detection of ICmp and FCmp constan...Reid Spencer2006-12-041-2/+6
* Update call to CastInst::getCastOpcode for its new signature.Reid Spencer2006-12-041-1/+2
* Change inferred casts to explicit casts.Reid Spencer2006-12-044-32/+41
* Take a baby step towards getting rid of inferred casts. Provide methods onReid Spencer2006-12-044-14/+58
* Remove line not meant to be committed.Reid Spencer2006-12-031-2/+0
* Handle upgrade of llvm-gcc3 assembly files.Reid Spencer2006-12-031-0/+24
* Support ICmp/FCmp constant expression reading and writing.Reid Spencer2006-12-032-0/+19
* Update for signless GEP semantics.Reid Spencer2006-12-031-6/+7
* Use weak_import on linux, weak everywhere else. Makes test pass on Linux.Reid Spencer2006-12-031-1/+1
* Remove dead code.Reid Spencer2006-12-032-348/+0
* Regenerate.Reid Spencer2006-12-033-261/+259
* Remove useless #include.Reid Spencer2006-12-031-1/+0
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-0312-12/+12
* Match the llvmAsmParser's handling of ICmp and FCmp instructions.Reid Spencer2006-12-034-1730/+1812
* Regenerate.Reid Spencer2006-12-035-2002/+2077
* Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parserReid Spencer2006-12-032-34/+41
* Shorten the FCmp predicate mnemonics.Reid Spencer2006-12-031-12/+12
* Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer2006-12-032-3/+18
* Allow the ICmp and FCmp instructions to be written by the AsmWriterReid Spencer2006-12-032-0/+41