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
*
Clarify that OverflowingBinaryOperator is not used for SDiv, even though
Dan Gohman
2009-07-20
1
-1
/
+2
*
Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
Kevin Enderby
2009-07-20
1
-12
/
+0
*
Add MCAsmLexer interface.
Daniel Dunbar
2009-07-20
2
-4
/
+35
*
Remove FIXME that was already fixed.
Eli Friedman
2009-07-20
1
-1
/
+0
*
Rename Mangler linkage enums to something less gross.
Bill Wendling
2009-07-20
1
-4
/
+4
*
Add MCAsmParser interface.
Daniel Dunbar
2009-07-20
2
-0
/
+50
*
Put new enum at end of list to avoid changing ABI.
Bill Wendling
2009-07-20
1
-2
/
+2
*
remove TargetAsmInfo::ExpandInlineAsm
Chris Lattner
2009-07-20
1
-9
/
+0
*
Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
Chris Lattner
2009-07-20
1
-0
/
+9
*
Drop UDivOperator and introduce SDivOperator. Thanks to Chris
Dan Gohman
2009-07-20
1
-5
/
+5
*
add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even...
Chris Lattner
2009-07-20
1
-5
/
+9
*
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-20
1
-18
/
+0
*
remove dead forward decl
Chris Lattner
2009-07-20
1
-1
/
+0
*
rename TargetAsmInfo::getASDirective -> getDataASDirective
Chris Lattner
2009-07-20
1
-9
/
+8
*
Fix comment.
Daniel Dunbar
2009-07-20
1
-2
/
+2
*
Hide the DOUT static variable behind a function interface.
David Greene
2009-07-20
1
-2
/
+6
*
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-20
1
-2
/
+11
*
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
1
-5
/
+8
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
3
-11
/
+28
*
Remove redundant qualifiers.
Daniel Dunbar
2009-07-19
1
-2
/
+2
*
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
1
-0
/
+8
*
Add some missing includes.
Daniel Dunbar
2009-07-18
1
-1
/
+1
*
Add a Program::GetPid() method.
Mikhail Glushenkov
2009-07-18
1
-0
/
+3
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
1
-93
/
+104
*
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
1
-1
/
+1
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
1
-1
/
+8
*
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-18
1
-12
/
+4
*
Enable cross register class coalescing.
Evan Cheng
2009-07-18
1
-0
/
+9
*
Revert 76177 for now. It's messing up ARM asm printing. Also this significant...
Evan Cheng
2009-07-18
1
-11
/
+0
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
1
-4
/
+99
*
Convert more code to use Operator instead of explicitly handling both
Dan Gohman
2009-07-17
1
-0
/
+42
*
Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.
Daniel Dunbar
2009-07-17
1
-8
/
+31
*
remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.
Chris Lattner
2009-07-17
1
-1
/
+0
*
Add a GEPOperator class, and move the hasNoPointerOverflow
Dan Gohman
2009-07-17
2
-18
/
+35
*
Commit this change, to accompany r76232.
Dan Gohman
2009-07-17
1
-1
/
+2
*
Add a new Operator class, for handling Instructions and ConstantExprs
Dan Gohman
2009-07-17
2
-112
/
+132
*
Untangle a snarl that I discovered when updating the mangler,
Chris Lattner
2009-07-17
2
-15
/
+7
*
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
3
-4
/
+99
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-17
1
-4
/
+4
*
Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.
Xerxes Ranby
2009-07-17
1
-0
/
+3
*
Define a no-pointer-overflow flag for GetElementPtr instructions.
Dan Gohman
2009-07-17
1
-0
/
+17
*
Add new classes for working with optional optimization data
Dan Gohman
2009-07-17
1
-0
/
+112
*
Fix copy & paste errors
Anton Korobeynikov
2009-07-17
1
-8
/
+8
*
Add a method to clear optional optimization information from a Value.
Dan Gohman
2009-07-17
1
-0
/
+6
*
Add missed attributes to C bindings
Anton Korobeynikov
2009-07-17
1
-0
/
+8
*
Add support for naked functions
Anton Korobeynikov
2009-07-17
2
-2
/
+4
*
Add a SubclassOptionalData field to Value. See the doxygen comment for
Dan Gohman
2009-07-17
1
-0
/
+6
*
Fix an apparent typo.
Dan Gohman
2009-07-17
1
-1
/
+1
*
Make DOUT an lvalue in release mode so that developers may use DOUT in
David Greene
2009-07-17
1
-1
/
+2
*
Add logic to align instruction operands to columns for pretty-printing.
David Greene
2009-07-17
1
-0
/
+11
[next]