aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* minor clarity changes, no functionality difference.Chris Lattner2005-11-061-2/+2
* don't misencode CC#'sChris Lattner2005-11-062-4/+5
* encode/decode function alignment in bc filesChris Lattner2005-11-062-24/+30
* Read/write global variable alignments if presentChris Lattner2005-11-062-6/+37
* print alignment info for globals and functionsChris Lattner2005-11-061-0/+7
* regenerateChris Lattner2005-11-061-785/+793
* Allow globals to have an alignment specified. Switch to using isPowerOf2_32Chris Lattner2005-11-061-13/+25
* regenerateChris Lattner2005-11-061-820/+775
* factor optional alignmentChris Lattner2005-11-061-34/+23
* ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (andDuraid Madina2005-11-061-1/+2
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-052-8/+21
* verify that alignments are always a power of 2Chris Lattner2005-11-051-0/+2
* regenerateChris Lattner2005-11-051-164/+176
* Verify that alignment amounts are a power of 2Chris Lattner2005-11-051-0/+12
* fix printing the alignment directiveChris Lattner2005-11-051-1/+1
* Add support alignment of allocation instructions.Nate Begeman2005-11-0511-3285/+2650
* add a case Nate sent meChris Lattner2005-11-051-0/+23
* Implement Transforms/TailCallElim/return-undef.ll, a trivial caseChris Lattner2005-11-051-0/+1
* Turn sdiv into udiv if both operands have a clear sign bit. This occursChris Lattner2005-11-051-0/+19
* Turn srem -> urem when neither input has their sign bit set. This triggersChris Lattner2005-11-051-1/+19
* Fix logic bug in finding retry slot in tally.Jim Laskey2005-11-051-15/+33
* Fix a warningJim Laskey2005-11-041-0/+1
* oops, forgot to load GP for indirect calls, though the old code now commentedDuraid Madina2005-11-041-4/+21
* kill redundant SP/GP/RP save/restores across callsDuraid Madina2005-11-041-2/+3
* add support for loading boolsDuraid Madina2005-11-041-1/+7
* Scheduling now uses itinerary data.Jim Laskey2005-11-041-166/+201
* fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1)Duraid Madina2005-11-041-41/+97
* add pattern to load constant 0 into a predicate regDuraid Madina2005-11-031-0/+2
* Fix a bug that prevented this pattern from matchingChris Lattner2005-11-031-1/+1
* Fix a crash that Andrew noticed, and add a pair of braces to unfconfuseNate Begeman2005-11-021-5/+5
* make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/ad...Andrew Lenharth2005-11-021-1/+1
* Fix a QOI issue noticed by Markus F.X.J. Oberhumer.Chris Lattner2005-11-022-0/+2
* "fix" support for FP constants (this code asserts in the scheduler,Duraid Madina2005-11-021-2/+4
* add F0 and F1 to the FP register classDuraid Madina2005-11-021-3/+19
* This works nowChris Lattner2005-11-021-2/+1
* add support for SELECT to TargetSelectionDAG.td, add support forDuraid Madina2005-11-022-31/+43
* add support for loading FP constants +0.0 and +1.0 to the dag isel,Duraid Madina2005-11-022-3/+8
* Fix a source of undefined behavior when dealing with 64-bit types. ThisChris Lattner2005-11-021-1/+1
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-014-5/+21
* heh, scheduling was easy?Duraid Madina2005-11-011-1/+3
* FORTRAN!!! :( and other similarly unfortunate things mean that on ia64Duraid Madina2005-11-011-0/+20
* so tablegen was thinking I might want to convert FPs to predicates.Duraid Madina2005-11-011-4/+3
* add support for int->FP and FP->int ops, and add ia64 patterns for theseDuraid Madina2005-11-012-0/+23
* add zeroextend predicate->integerDuraid Madina2005-11-011-37/+42
* Add a flag to enable a darwin linker optimizationChris Lattner2005-11-011-1/+7
* Make constant pool entries use private labels. This is important when you'reChris Lattner2005-10-311-3/+3
* Fix an iterator invalidation problem in code used by the -strip passChris Lattner2005-10-311-1/+1
* Limit the search depth of MaskedValueIsZero to 6 instructions, to avoidChris Lattner2005-10-311-10/+14
* 1. Embed and not inherit vector for NodeGroup.Jim Laskey2005-10-311-20/+39
* add FP compares and implicit register defs to the dag iselDuraid Madina2005-10-312-23/+45