aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* For PR786:Reid Spencer2006-05-247-10/+10
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-242-2/+2
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-231-5/+6
* Make class comment visible in Doxygen.Vladimir Prus2006-05-231-28/+31
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-231-0/+7
* Make TargetData strings less redundant.Owen Anderson2006-05-201-1/+1
* Add new calling convention, as documented in LangRef.htmlChris Lattner2006-05-191-0/+7
* Fix some doxygen usage in these headers.Reid Spencer2006-05-197-13/+17
* Use class tags instead of struct tags. The coding standards specify thisChris Lattner2006-05-191-9/+18
* lib/Target/Target.tdEvan Cheng2006-05-181-1/+20
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-181-6/+5
* Another typo. Pointed out by Nate Begeman.Evan Cheng2006-05-171-1/+1
* Fix a mis-leading comment.Evan Cheng2006-05-171-1/+1
* Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner2006-05-171-0/+1
* Add a new CALL node.Chris Lattner2006-05-161-0/+7
* There is now a default impl of this methodChris Lattner2006-05-161-1/+1
* Move this code to a common placeAndrew Lenharth2006-05-161-0/+10
* Add a chain to FORMAL_ARGUMENTS.Chris Lattner2006-05-161-3/+4
* For PR778:Reid Spencer2006-05-161-91/+143
* Improve comments, patch provided by Vladimir Prus!Chris Lattner2006-05-151-1/+7
* Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer2006-05-151-21/+22
* improve comment.Chris Lattner2006-05-141-0/+4
* Improve documentation on throwing, it is not complete still though. :(Chris Lattner2006-05-141-0/+3
* This is a proper fix for the compiler warning. A termination condition isChris Lattner2006-05-141-3/+11
* Fix an infinite loop bug that Vladimir Prus identified.Reid Spencer2006-05-131-1/+2
* Add a #include <cassert> for situations where Casting.h is used standalone.Reid Spencer2006-05-131-0/+2
* Revert an un-intended changeEvan Cheng2006-05-131-12/+0
* Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer2006-05-121-2/+2
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-121-0/+5
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-1/+3
* Backing out fix for PR770. Need to re-apply it after live range splitting is ...Evan Cheng2006-05-121-5/+4
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-121-0/+7
* Add capability to scheduler to commute nodes for profit.Evan Cheng2006-05-122-4/+8
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-111-0/+111
* Also add super- register class info.Evan Cheng2006-05-111-2/+26
* Add alloca/malloc ctors that don't take array sizes.Chris Lattner2006-05-101-8/+21
* This method doesn't need to be virtual, thanks to Reid for pointing this out.Chris Lattner2006-05-091-1/+1
* PR 770 - permit coallescing of registers in subset register classes.Evan Cheng2006-05-091-3/+5
* Added sub- register classes information.Evan Cheng2006-05-091-7/+29
* Implement MASM sections correctly, without a "has masm sections flag" and aChris Lattner2006-05-091-1/+12
* Split SwitchSection into the SwitchTo{Text|Data}Section functions, to betterChris Lattner2006-05-091-3/+19
* Move methods out of line so that MutexGuard.h isn't required in the header.Chris Lattner2006-05-081-48/+18
* Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner2006-05-082-4/+10
* Remove unncessary includeNate Begeman2006-05-081-1/+0
* Add some new methods for computing sign bit information.Chris Lattner2006-05-061-0/+13
* Somehow, I missed this part of the checkin a couple days agoNate Begeman2006-05-051-3/+0
* Add a helper method.Chris Lattner2006-05-051-0/+6
* Fix this to be a proper copy ctorChris Lattner2006-05-041-11/+11
* Final pass of minor cleanups for MachineInstrChris Lattner2006-05-041-5/+5
* Remove redundancy and a level of indirection when creating machine operandsChris Lattner2006-05-041-68/+59