index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2007-04-11
For PR1146:
Reid Spencer
2007-04-11
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-10
Add support for our first SSSE3 instruction "pmulhrsw".
Bill Wendling
2007-04-10
fix a comment bug Reid noticed
Chris Lattner
2007-04-10
add missing methods, mark stuff const
Chris Lattner
2007-04-10
getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.
Chris Lattner
2007-04-10
add a method
Chris Lattner
2007-04-10
Drop the "bit" prefix for the part.select intrinsic.
Reid Spencer
2007-04-09
remove dead target hooks.
Chris Lattner
2007-04-09
remove some dead target hooks, subsumed by isLegalAddressingMode
Chris Lattner
2007-04-09
add a default ctor for AddrMode.
Chris Lattner
2007-04-09
For PR1146:
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-04-09
Next stage into switch lowering refactoring
Anton Korobeynikov
2007-04-09
For PR1146:
Reid Spencer
2007-04-09
Move isReachableFromEntry out of line to avoid an unnecessary #include
Owen Anderson
2007-04-09
Chris convinced me that the default size of the SmallVector (2) was too
Reid Spencer
2007-04-09
Remove redundancy.
Reid Spencer
2007-04-09
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-08
Fix a typo.
Reid Spencer
2007-04-08
Implement more feedback:
Reid Spencer
2007-04-08
Implement review feedback.
Reid Spencer
2007-04-08
Remove DomSet completely. This concludes work on PR1171.
Owen Anderson
2007-04-08
Implement the output inserter for PathWithStatus
Reid Spencer
2007-04-08
For PR1146:
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-04-07
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
add loop rot
Chris Lattner
2007-04-07
Add loop rotation pass.
Devang Patel
2007-04-06
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2007-04-06
Switch some vectors to smallvectors. This reduces amount of malloc'd
Chris Lattner
2007-04-06
Eliminate unneeded virtual methods
Chris Lattner
2007-04-06
For PR1209:
Reid Spencer
2007-04-05
eliminate a virtual method
Chris Lattner
2007-04-05
remove the dead removeArgument method, rename Options to OptionsMap.
Chris Lattner
2007-04-05
Add a helper class (APSInt) which can represent an APInt along with sign
Chris Lattner
2007-04-04
Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.
Reid Spencer
2007-04-04
Fix release build.
Lauro Ramos Venancio
2007-04-04
Properly emit range comparisons for switch cases, where neighbour cases
Anton Korobeynikov
2007-04-04
Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...
Evan Cheng
2007-04-04
Make the LinkInFile and LinkInLibrary both return an indication of whether
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2007-04-04
trivial optimization
Chris Lattner
2007-04-04
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
Initialize the symbol table to zero explicitly. This ensures that the
Chris Lattner
2007-04-04
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
[next]