| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix/cleanup trailing newlines. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+84 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 4 | -0/+125 |
* | Address review comments: add 3 ARM calling conventions. | Anton Korobeynikov | 2009-06-16 | 1 | -1/+12 |
* | Add a configure check for pthread_rwlock_init. | Owen Anderson | 2009-06-16 | 1 | -0/+3 |
* | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 2009-06-16 | 2 | -7/+46 |
* | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner | 2009-06-16 | 1 | -0/+10 |
* | Fixed names of libcalls checked in r73480. | Sanjiv Gupta | 2009-06-16 | 1 | -4/+0 |
* | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta | 2009-06-16 | 1 | -0/+8 |
* | Add comments to ConstantInt::get and ConstantFP::get to more fully | Dan Gohman | 2009-06-16 | 1 | -7/+12 |
* | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i... | Owen Anderson | 2009-06-15 | 1 | -3/+4 |
* | Add a CreateFNeg function to IRBuilder. | Dan Gohman | 2009-06-15 | 1 | -0/+5 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 3 | -14/+25 |
* | Address more comments :) | Anton Korobeynikov | 2009-06-15 | 1 | -5/+4 |
* | Document ABIType enum. Patch by Sandeep Patel! | Anton Korobeynikov | 2009-06-15 | 1 | -0/+3 |
* | Part 1. | Evan Cheng | 2009-06-15 | 2 | -32/+27 |
* | add a new static method to portably determine whether a patch is | Chris Lattner | 2009-06-15 | 1 | -0/+5 |
* | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -4/+4 |
* | Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be | Dan Gohman | 2009-06-14 | 1 | -0/+28 |
* | Convert several parts of the ScalarEvolution framework to use | Dan Gohman | 2009-06-14 | 2 | -22/+22 |
* | Move register allocation preference (or hint) from LiveInterval to MachineReg... | Evan Cheng | 2009-06-14 | 3 | -5/+58 |
* | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 2 | -0/+6 |
* | Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar... | Bruno Cardoso Lopes | 2009-06-14 | 2 | -0/+351 |
* | Add a ScalarEvolution::getAnyExtendExpr utility function for performing | Dan Gohman | 2009-06-13 | 1 | -0/+7 |
* | Type change cleanup on JCE and MCE. Patch by Aaron Gray | Bruno Cardoso Lopes | 2009-06-12 | 2 | -10/+10 |
* | Use forward declarations and move TargetELFWriterInfo impl to a new file. | Bruno Cardoso Lopes | 2009-06-11 | 1 | -14/+6 |
* | Remove unused parameter warnings. | Bill Wendling | 2009-06-11 | 1 | -1/+1 |
* | Support for ELF Visibility | Bruno Cardoso Lopes | 2009-06-11 | 1 | -1/+18 |
* | Cosmetic changes to parameter attribute verification. | Duncan Sands | 2009-06-11 | 1 | -2/+3 |
* | Implement and use new method Function::hasAddressTaken(). | Jay Foad | 2009-06-10 | 1 | -0/+4 |
* | Remove warnings: no newline at end of file. | Sanjiv Gupta | 2009-06-10 | 1 | -1/+2 |
* | Add the beginnings of an implementatation of lazy liveness analysis, based on... | Owen Anderson | 2009-06-09 | 1 | -0/+62 |
* | Change IndexedModeAction representation. | David Greene | 2009-06-09 | 1 | -22/+21 |
* | Oops, didn't mean to commit 73102 yet. Revert it. | David Greene | 2009-06-08 | 1 | -21/+22 |
* | Change IndexedModeAction representation. | David Greene | 2009-06-08 | 1 | -22/+21 |
* | The attached patches implement most of the ARM AAPCS-VFP hard float | Anton Korobeynikov | 2009-06-08 | 2 | -1/+17 |
* | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -0/+1 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -1/+12 |
* | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky | 2009-06-07 | 2 | -1/+21 |
* | Rename UnknownValue to CouldNotCompute, since it holds an instance of | Dan Gohman | 2009-06-06 | 1 | -7/+7 |
* | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes | 2009-06-06 | 1 | -2/+16 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -4/+4 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 3 | -8/+5 |
* | Adapt the x86 build_vector dagcombine to the current state of the legalizer. | Nate Begeman | 2009-06-05 | 1 | -5/+5 |
* | Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. | Dan Gohman | 2009-06-05 | 1 | -6/+1 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 8 | -57/+171 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 2 | -5/+3 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -1/+1 |
* | Fix comments. | Torok Edwin | 2009-06-04 | 1 | -2/+1 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin | 2009-06-04 | 2 | -0/+60 |