aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix/cleanup trailing newlines.Owen Anderson2009-06-161-1/+1
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+84
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-164-0/+125
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-161-1/+12
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-161-0/+3
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-162-7/+46
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-161-0/+10
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-161-4/+0
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-161-0/+8
* Add comments to ConstantInt::get and ConstantFP::get to more fullyDan Gohman2009-06-161-7/+12
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-151-3/+4
* Add a CreateFNeg function to IRBuilder.Dan Gohman2009-06-151-0/+5
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-153-14/+25
* Address more comments :)Anton Korobeynikov2009-06-151-5/+4
* Document ABIType enum. Patch by Sandeep Patel!Anton Korobeynikov2009-06-151-0/+3
* Part 1.Evan Cheng2009-06-152-32/+27
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+5
* Fix old-style type names in comments.Dan Gohman2009-06-141-4/+4
* Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can beDan Gohman2009-06-141-0/+28
* Convert several parts of the ScalarEvolution framework to useDan Gohman2009-06-142-22/+22
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-143-5/+58
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-142-0/+6
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-142-0/+351
* Add a ScalarEvolution::getAnyExtendExpr utility function for performingDan Gohman2009-06-131-0/+7
* Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes2009-06-122-10/+10
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-14/+6
* Remove unused parameter warnings.Bill Wendling2009-06-111-1/+1
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-1/+18
* Cosmetic changes to parameter attribute verification.Duncan Sands2009-06-111-2/+3
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-101-0/+4
* Remove warnings: no newline at end of file.Sanjiv Gupta2009-06-101-1/+2
* Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson2009-06-091-0/+62
* Change IndexedModeAction representation.David Greene2009-06-091-22/+21
* Oops, didn't mean to commit 73102 yet. Revert it.David Greene2009-06-081-21/+22
* Change IndexedModeAction representation.David Greene2009-06-081-22/+21
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-082-1/+17
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-0/+1
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-1/+12
* Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky2009-06-072-1/+21
* Rename UnknownValue to CouldNotCompute, since it holds an instance ofDan Gohman2009-06-061-7/+7
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-2/+16
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-4/+4
* Add new function attribute - noimplicitfloatDevang Patel2009-06-053-8/+5
* Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman2009-06-051-5/+5
* Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line.Dan Gohman2009-06-051-6/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-048-57/+171
* Add new function attribute - noredzone. Devang Patel2009-06-042-5/+3
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-1/+1
* Fix comments.Torok Edwin2009-06-041-2/+1
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-042-0/+60