2010-11-28 |
Nicolas Geoffray | When emitting a single function with cppgen=function... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Fixed verson of r120245. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Revert previous patch while I debug the darwin bootstra... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Factor some duplicated code into MCObjectStreamer:... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Make EmitSymbolValue non virtual. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Avoid code duplication in the many unsupported EmitGPRe... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Make EmitULEB128IntValue and EmitSLEB128IntValue non... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Move the PTXMCAsmStreamer class to the .cpp file. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Define generic 1, 2 and 4 byte pc relative relocations... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Jakob Stoklund... | Add default constructors for iterators. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Jakob Stoklund... | Implement const_iterator::advanceTo(). |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Bob Wilson | Add support for NEON VLD2-dup instructions. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Bob Wilson | Another minor refactoring for VLD1DUP instructions. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Bob Wilson | Add entry in getTargetNodeName() for ARMISD::VBICIMM. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Jakob Stoklund... | Speed up simple insertions into an unbranched tree... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Mikhail Glushenkov | llvmc: First stab at better -march handling. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Anton Korobeynikov | Move more PEI-related hooks to TFI |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Anton Korobeynikov | Move callee-saved regs spills / reloads to TFI |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Jakob Stoklund... | Add more tests for erase(). Fix a few exposed bugs. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Jakob Stoklund... | Add test case with randomly ordered insertions, massive... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Rafael Espindola | Lower TLS_addr32 and TLS_addr64. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Rafael Espindola | Implement the data16 prefix. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Benjamin Kramer | Remove PIC16 remnants. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for --dump-section-data and... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symbol table entries. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping string table data. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping relocation entries. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping sections. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping dysymtab indirect... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | Add an optional LowerCase argument to hexdigit(). |
commit | commitdiff | tree | snapshot |
2010-11-27 |
NAKAMURA Takumi | CMake: lit(check.vcproj) can run with multiple configur... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Benjamin Kramer | Unbreak build for newer GCCs. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symtab and dysymtab... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping segment load commands. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Owen Anderson | Second attempt at fixing the performance regressions... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | ADT/InMemoryStruct: Add an experimental helper class... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | raw_ostream::write_escaped: Add a UseHexEscapes argument. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Add header and load command information. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bob Wilson | Refactor. Set alignment bit in VLD1-dup instruction... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | build/Makefiles: Don't build unittests when ONLY_TOOLS... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Validate Mach-O magic and initialize... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bob Wilson | Add NEON VLD1-dup instructions (load 1 element to all... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bob Wilson | Fix incorrect scheduling itineraries for NEON vld1... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: More sketching. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Stub out C++ macho-dump tool. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Start stubbing out a Mach-O object file... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | Reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Migrate more constants into MachOFormat.h. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Switch to using MachOFormat.h. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | MC/Mach-O: Introduce Object/MachOFormat for describing... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Daniel Dunbar | macho-dump: Fix typo. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Benjamin Kramer | BitVector tweaks. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Benjamin Kramer | StringRefs are POD-like. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
NAKAMURA Takumi | unittests/JITTests: Don't use --export-dynamic but... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
NAKAMURA Takumi | test/site.exp.in: Add "emitir", for now, fixing up... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Jakob Stoklund... | Add B+-tree test case that creates a height 3 tree... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Jakob Stoklund... | Extract template function adjustSiblingSizes(), allowin... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Rafael Espindola | Remove the unused TheTarget member. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Michael J.... | Fix spelling! |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Jakob Stoklund... | Move tree navigation to a new Path class that doesn... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Remove explicit uses of -emit-llvm, the test infrastruc... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Remove explicit uses of -emit-llvm, the test infrastruc... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Oscar Fuentes | Bump required cmake version on CMake.html. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Use -S rather than -c for the benefit of dragonegg. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Remove explicit uses of -emit-llvm, the test infrastruc... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Judging from the comment, the system assembler is suppo... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Remove explicit uses of -emit-llvm, the test infrastruc... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Dragonegg cannot output bitcode, only human readable... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | It seems inconsistent to have LLVMCC_EMITIR_FLAG and |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Benjamin Kramer | SDep is POD-like. Shave off a few bytes from SUnit... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Duncan Sands | Initial support for being able to specify the llvm... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Rafael Espindola | Use multiple 0x66 prefixes so that all nops up to 15... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Benjamin Kramer | Namespacify. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Rafael Espindola | Factor some code to parseSectionFlags and fix the defau... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Michael J.... | system_error: Even more unsupported error numbers :(. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Nick Lewycky | Treat a call of function pointer like a load of the... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Behave a bit more like gnu as and use the symbol (inste... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | 80 col. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | google test depends on Support. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Relocate with the symbol if the relocation is of kind... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | unittests: Add initial Path-V2 test. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | Path Version 2. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Michael J.... | unittests: Add SystemTests. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Fix and add tests for all cases in x86 and x86_64 where... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | Testcase for r120017. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Wesley Peck | Updating MBlaze .mask and .frame directives to match... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Wesley Peck | 1. Fixing error where basic block labels were not being... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Kalle Raiskila | Use i8 as SETCC result type for i1 in SPU. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Kalle Raiskila | Allow for 'fcmp ogt' in SPU. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Rafael Espindola | If a symbol is used as tls, mark it as tls even if... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
NAKAMURA Takumi | include/llvm/System/system_error.h: ECANCELED is undefi... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Ted Kremenek | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Jakob Stoklund... | Generalize overflowLeaf to also handle overflows in... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | add a MemoryBuffer::getOpenFile method, which turns... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Michael J.... | system_error: Add fixme. |
commit | commitdiff | tree | snapshot |
next |