summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add an atomic increment and decrement implementation, which will be used forOwen Anderson2009-06-17
* Forgot this file in my last commit.Owen Anderson2009-06-16
* Fix #include guards.Owen Anderson2009-06-16
* Fix/cleanup trailing newlines.Owen Anderson2009-06-16
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-16
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-16
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-16
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-16
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-16
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-16
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-16
* Add comments to ConstantInt::get and ConstantFP::get to more fullyDan Gohman2009-06-16
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-15
* Add a CreateFNeg function to IRBuilder.Dan Gohman2009-06-15
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15
* Address more comments :)Anton Korobeynikov2009-06-15
* Document ABIType enum. Patch by Sandeep Patel!Anton Korobeynikov2009-06-15
* Part 1.Evan Cheng2009-06-15
* add a new static method to portably determine whether a patch isChris Lattner2009-06-15
* Fix old-style type names in comments.Dan Gohman2009-06-14
* Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can beDan Gohman2009-06-14
* Convert several parts of the ScalarEvolution framework to useDan Gohman2009-06-14
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-14
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-14
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-14
* Add a ScalarEvolution::getAnyExtendExpr utility function for performingDan Gohman2009-06-13
* Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes2009-06-12
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-11
* Remove unused parameter warnings.Bill Wendling2009-06-11
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-11
* Cosmetic changes to parameter attribute verification.Duncan Sands2009-06-11
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-10
* Remove warnings: no newline at end of file.Sanjiv Gupta2009-06-10
* Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson2009-06-09
* Change IndexedModeAction representation.David Greene2009-06-09
* Oops, didn't mean to commit 73102 yet. Revert it.David Greene2009-06-08
* Change IndexedModeAction representation.David Greene2009-06-08
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-07
* Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky2009-06-07
* Rename UnknownValue to CouldNotCompute, since it holds an instance ofDan Gohman2009-06-06
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-06
* More portability checks for CMake's config.h.Douglas Gregor2009-06-05
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman2009-06-05
* Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line.Dan Gohman2009-06-05
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Add new function attribute - noredzone. Devang Patel2009-06-04