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
2009-09-20
A few more tabs -> spaces.
Daniel Dunbar
2009-09-20
move a couple non-trivial methods out of line, add new
Chris Lattner
2009-09-20
convert a bunch more stuff to use StringRef. The ArgName arguments are now
Chris Lattner
2009-09-20
add size_t and a version of rfind that allows specification of where
Chris Lattner
2009-09-19
add some more overloads of StringRef::getAsInteger for
Chris Lattner
2009-09-19
add a simple c_str() method to SmallString.
Chris Lattner
2009-09-19
Prefer super class constructor to explicit initialization.
Daniel Dunbar
2009-09-19
Tabs -> spaces (really?)
Daniel Dunbar
2009-09-19
Strip trailing whitespace.
Daniel Dunbar
2009-09-19
RHS of assignment should be const reference.
Daniel Dunbar
2009-09-19
Remove the default value for ConstantStruct::get's isPacked parameter and
Nick Lewycky
2009-09-19
provide a "strtoull" operation that works on StringRef's.
Chris Lattner
2009-09-19
convert a bunch of std::strings to use StringRef. This should eliminate
Chris Lattner
2009-09-19
Lett users of sparse propagation do their own thing with phi nodes if they want
Nick Lewycky
2009-09-19
Update comments.
Evan Cheng
2009-09-18
remove an extraneous mem2reg pass early in the pipe. Since
Chris Lattner
2009-09-18
reduce indentation by using an early exit, and add a comment,
Chris Lattner
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
add a new hook to allow targets to splat stuff at the end of the file.
Chris Lattner
2009-09-18
Write and read metadata attachments.
Devang Patel
2009-09-18
Update malloc call creation code (AllocType is now the element type of the ma...
Victor Hernandez
2009-09-18
Allow symbols to start from the digit if target requests it. This allows, e.g...
Anton Korobeynikov
2009-09-18
Revert r82214 completely to fix build.
Xerxes Ranby
2009-09-18
Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...
Evan Cheng
2009-09-17
Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC
Julien Lerouge
2009-09-17
Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
John McCall
2009-09-17
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-17
Teach ScalarEvolution how to reason about no-wrap flags on loops
Dan Gohman
2009-09-17
grammar
Jim Grosbach
2009-09-17
Remove simple regalloc. It has bit rotted.
Evan Cheng
2009-09-17
add a version of the APFloat constructor that initializes to 0.0
Chris Lattner
2009-09-16
Add StringRef::{rfind, rsplit}
Daniel Dunbar
2009-09-16
Add a new pass for doing late hoisting of floating-point and vector
Dan Gohman
2009-09-16
Print debug info attached with an instruction.
Devang Patel
2009-09-16
Provide a way to extract location info from DILocation.
Devang Patel
2009-09-16
Add an interface to attach debugging information with an instruction.
Devang Patel
2009-09-16
Add llvm::Metadata to manage metadata used in a context.
Devang Patel
2009-09-16
Reapplied r81355 with the problems fixed.
Andreas Neustifter
2009-09-16
Preserve ProfileInfo during CodeGenPrepare.
Andreas Neustifter
2009-09-16
move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter
Chris Lattner
2009-09-16
add a new MachineModuleInfoMachO class, which is the per-module
Chris Lattner
2009-09-16
the pointer MMI keeps will start out with object-file format specific stuff
Chris Lattner
2009-09-16
remove the AsmPrinter::printMCInst hook hack now that
Chris Lattner
2009-09-16
Big change #1 for personality function references:
Chris Lattner
2009-09-16
add a helper method for creating MCSymbol and MCSymbolRefExpr at
Chris Lattner
2009-09-16
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2009-09-16
remove a dead bool.
Chris Lattner
2009-09-16
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2009-09-16
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
2009-09-15
remove some horrible MAI hooks which fortunately turn out to be always empty.
Chris Lattner
[next]