index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some unneeded overloads that were causing
Chris Lattner
2010-07-15
1
-20
/
+0
*
80-col.
Eric Christopher
2010-07-15
1
-5
/
+5
*
add an accessor.
Chris Lattner
2010-07-15
1
-0
/
+4
*
Make the order in which variables are described in debug information
Dan Gohman
2010-07-14
1
-1
/
+1
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
6
-12
/
+12
*
Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,
Chris Lattner
2010-07-14
1
-29
/
+63
*
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
1
-2
/
+0
*
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
1
-1
/
+3
*
Don't propagate debug locations to instructions for materializing
Dan Gohman
2010-07-14
1
-3
/
+8
*
Remove vestigial decl.
Jakob Stoklund Olesen
2010-07-13
1
-4
/
+0
*
Update comment.
Evan Cheng
2010-07-13
1
-1
/
+1
*
rotate CallInst operands
Gabor Greif
2010-07-13
1
-13
/
+4
*
use a typedef instead of its expansion, patch by Michael Spencer
Chris Lattner
2010-07-13
1
-1
/
+1
*
80-columns
Eric Christopher
2010-07-13
5
-12
/
+18
*
Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"
Stephen Wilson
2010-07-13
1
-11
/
+123
*
Simple format/style fixes.
Stephen Wilson
2010-07-12
1
-28
/
+28
*
Test commit.
Stephen Wilson
2010-07-12
1
-1
/
+1
*
Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th...
Argyrios Kyrtzidis
2010-07-12
1
-0
/
+8
*
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-1
/
+0
*
MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
Daniel Dunbar
2010-07-12
2
-1
/
+3
*
getOrInsertLeaderValue cannot be const because it calls insert.
Bill Wendling
2010-07-12
1
-1
/
+1
*
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-3
/
+0
*
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
1
-3
/
+1
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-2
/
+0
*
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-1
/
+0
*
MC/AsmParser: Move .lsym parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
2
-1
/
+4
*
MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.
Daniel Dunbar
2010-07-12
1
-9
/
+0
*
MCAsmParser: Add getSourceManager().
Daniel Dunbar
2010-07-12
3
-0
/
+5
*
MC/AsmParser: Add a DarwinAsmParser extension.
Daniel Dunbar
2010-07-12
1
-0
/
+1
*
Fix a typo and fit in 80 columns. Found by Bob Wilson.
Rafael Espindola
2010-07-12
1
-1
/
+1
*
MCAsmParser: Pull some directive handling out into a helper class, and change
Daniel Dunbar
2010-07-12
2
-10
/
+20
*
MC: Add MCAsmParserExtension, a base class for all the target/object specific
Daniel Dunbar
2010-07-12
3
-3
/
+69
*
MC: Move AsmParser::TokError to MCAsmParser().
Daniel Dunbar
2010-07-12
2
-7
/
+8
*
MC: Move getLoc() to MCAsmLexer().
Daniel Dunbar
2010-07-12
2
-4
/
+5
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-2
/
+2
*
Remove tab characters and 80-col.
Eric Christopher
2010-07-12
2
-5
/
+5
*
80 columns.
Eric Christopher
2010-07-12
2
-2
/
+3
*
Path::isRootDirectory is unimplemented on Unix and not used,
Chris Lattner
2010-07-12
1
-8
/
+0
*
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
1
-6
/
+0
*
make the prototypes for CreateMalloc and CreateFree more consistent. Patch
Chris Lattner
2010-07-12
1
-1
/
+2
*
introduce WinCOFFObjectWriter, patch by Michael Spencer!
Chris Lattner
2010-07-11
1
-0
/
+2
*
introduce WinCOFFStreamer.cpp, patch by Michael Spencer!
Chris Lattner
2010-07-11
1
-0
/
+6
*
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
2
-19
/
+4
*
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
1
-1
/
+1
*
Remove copyRegToReg from TargetInstrInfo so it is not longer accesible.
Jakob Stoklund Olesen
2010-07-11
1
-13
/
+12
*
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-11
2
-1
/
+18
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
5
-24
/
+50
*
Automatically fold COPY instructions into stack load/store.
Jakob Stoklund Olesen
2010-07-09
1
-3
/
+3
*
Change TII::foldMemoryOperand API to require the machine instruction to be
Jakob Stoklund Olesen
2010-07-09
1
-7
/
+5
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
6
-51
/
+24
[next]