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
*
More copy editing.
Michael Gottesman
2013-01-20
1
-10
/
+9
*
Doxygenified and copy edited BasicBlock.h.
Michael Gottesman
2013-01-20
1
-81
/
+88
*
Doxygenified Argument.h and performed some copy editing of the documentation.
Michael Gottesman
2013-01-20
1
-31
/
+36
*
Converted all method comments in IRBuilder.h to use doxygen style comments.
Michael Gottesman
2013-01-20
1
-107
/
+114
*
Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.
Michael Gottesman
2013-01-20
1
-2
/
+4
*
Added IRBuilder::CreateFPExtOrFPTrunc.
Michael Gottesman
2013-01-20
1
-0
/
+14
*
trivial micro-optimization: lazily call the virtual method instead of eagerly...
Chris Lattner
2013-01-20
1
-2
/
+1
*
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
2013-01-20
1
-16
/
+1
*
add an option to not auto-process abbreviations in advance()
Chris Lattner
2013-01-20
1
-4
/
+11
*
stringref'ize readRecord and properly capitalize it. Add a compatibility met...
Chris Lattner
2013-01-20
1
-2
/
+13
*
move some private methods out of line, add a skipRecord() method.
Chris Lattner
2013-01-20
1
-26
/
+9
*
add some optional flags to affect the way advance works.
Chris Lattner
2013-01-19
1
-4
/
+9
*
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
1
-6
/
+91
*
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
Jakub Staszak
2013-01-19
1
-1
/
+1
*
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
1
-226
/
+12
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
Andrew Kaylor
2013-01-18
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-0
/
+4
*
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
1
-2
/
+1
*
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
1
-0
/
+11
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-1
/
+6
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-3
/
+5
*
[Linker] Zap a dead typedef.
Daniel Dunbar
2013-01-18
1
-8
/
+0
*
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
1
-4
/
+0
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
1
-0
/
+58
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
4
-1
/
+27
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+5
*
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
2013-01-18
1
-0
/
+4
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-3
/
+1
*
Reverting back to the fallback instead of using the 64-bit popcnt instruction...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
[Linker] Drop support for IR-level extended linking support (archives, etc.).
Daniel Dunbar
2013-01-17
1
-94
/
+0
*
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
1
-1
/
+3
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
1
-2
/
+4
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
1
-0
/
+350
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-0
/
+10
*
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
1
-1
/
+1
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-24
/
+32
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-0
/
+53
*
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
1
-2
/
+6
*
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
1
-0
/
+4
*
[Support] Update MSVC compiler support in Compiler.h.
Michael J. Spencer
2013-01-16
1
-2
/
+4
*
Clean up some unnecessary headers and forward declarations
Eli Bendersky
2013-01-16
1
-3
/
+0
*
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
1
-54
/
+0
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-0
/
+7
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-0
/
+4
*
Replace virtual hasFixups with explicit fragment type checks
Eli Bendersky
2013-01-16
1
-9
/
+2
*
Remove unused leftover header (it moved to llvm/IR).
Benjamin Kramer
2013-01-16
1
-399
/
+0
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
2
-3
/
+31
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
[next]