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
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
1
-2
/
+1
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Don't use std::copy and std::copy_backward, run 10% faster.
Jakob Stoklund Olesen
2010-11-28
1
-5
/
+8
*
Disallow overlapping inserts, even when inserting the same value.
Jakob Stoklund Olesen
2010-11-28
1
-77
/
+45
*
PR5207: remove unused methods APInt::Emit() and APInt::Read().
Jay Foad
2010-11-28
1
-6
/
+0
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
1
-16
/
+6
*
add a function to the C api to get the context out of a module, patch
Chris Lattner
2010-11-28
1
-0
/
+3
*
Tweak comments to make it clear that we are working in a namespace.
Jakob Stoklund Olesen
2010-11-28
1
-18
/
+18
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
1
-1
/
+0
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
1
-0
/
+1
*
Make EmitSymbolValue non virtual.
Rafael Espindola
2010-11-28
1
-2
/
+2
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
1
-1
/
+1
*
Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual.
Rafael Espindola
2010-11-28
1
-2
/
+2
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
1
-5
/
+10
*
Add default constructors for iterators.
Jakob Stoklund Olesen
2010-11-28
1
-0
/
+6
*
Implement const_iterator::advanceTo().
Jakob Stoklund Olesen
2010-11-28
1
-2
/
+47
*
Speed up simple insertions into an unbranched tree by not creating an iterator.
Jakob Stoklund Olesen
2010-11-28
1
-1
/
+6
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
2
-15
/
+17
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
2
-23
/
+25
*
Add more tests for erase(). Fix a few exposed bugs.
Jakob Stoklund Olesen
2010-11-27
1
-4
/
+39
*
Add test case with randomly ordered insertions, massive coalescing.
Jakob Stoklund Olesen
2010-11-27
1
-26
/
+146
*
Remove PIC16 remnants.
Benjamin Kramer
2010-11-27
1
-1
/
+0
*
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
1
-0
/
+2
*
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
2
-0
/
+30
*
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
1
-0
/
+17
*
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
2
-0
/
+12
*
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
2
-0
/
+39
*
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
2
-0
/
+13
*
Add an optional LowerCase argument to hexdigit().
Daniel Dunbar
2010-11-27
1
-3
/
+4
*
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
2
-0
/
+47
*
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
2
-0
/
+42
*
Second attempt at fixing the performance regressions introduced
Owen Anderson
2010-11-27
1
-0
/
+6
*
ADT/InMemoryStruct: Add an experimental helper class intended for use in
Daniel Dunbar
2010-11-27
1
-0
/
+77
*
raw_ostream::write_escaped: Add a UseHexEscapes argument.
Daniel Dunbar
2010-11-27
1
-1
/
+1
*
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
2
-9
/
+79
*
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
1
-3
/
+9
*
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
2010-11-27
1
-0
/
+69
*
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-0
/
+69
*
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-27
1
-0
/
+112
*
BitVector tweaks.
Benjamin Kramer
2010-11-26
1
-19
/
+11
*
StringRefs are POD-like.
Benjamin Kramer
2010-11-26
1
-0
/
+4
*
Add B+-tree test case that creates a height 3 tree with a smaller root node.
Jakob Stoklund Olesen
2010-11-26
1
-16
/
+30
*
Extract template function adjustSiblingSizes(), allowing instances to be shared
Jakob Stoklund Olesen
2010-11-26
1
-75
/
+86
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-6
/
+1
*
Fix spelling!
Michael J. Spencer
2010-11-26
2
-3
/
+3
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
4
-24
/
+24
*
Move tree navigation to a new Path class that doesn't have to be a template.
Jakob Stoklund Olesen
2010-11-26
1
-295
/
+262
*
SDep is POD-like. Shave off a few bytes from SUnit by moving a member around.
Benjamin Kramer
2010-11-25
1
-7
/
+10
*
system_error: Even more unsupported error numbers :(.
Michael J. Spencer
2010-11-25
1
-0
/
+12
[next]