2009-08-23 |
Tanya Lattner | Update release document with more details. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Owen Anderson | Use standard LLVM-style headers. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | switch a couple things off std::ostream |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | switch from std::ostream to raw ostream, fix file header. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | shoot a few more std::ostream print methods in the... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove various std::ostream version of printing methods... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some DOUTs |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove std::ostream versions of printing stuff for... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | simplify output file selection, fixing two FIXMEs about... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | This was supposed to go with r79803 |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert some stuff to work on raw_ostreams instead... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | fix a gone file. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some dead print method variants. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert the DIE printing stuff to use raw_ostream inste... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | random code cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some random indentation stuff, yay for efficiency. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove dead PrefixPrinter class. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove a dead class. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | random cleanups. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Eli Friedman | Add check for completeness. Note that this doesn't... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | switch formattedstream to use raw_ostream::indent.... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | add a raw_ostream::indent method, to be used like: |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Benjamin Kramer | Forgot to update some CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Benjamin Kramer | Update CMake build, unbreak linux build. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | fix a build error on the clang-i686-linux tester. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename TAI -> MAI, being careful not to make MAILJMP... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | mcasminfo doesn't use std::string |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Regenerate configure. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Update copyright date. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | move the MCAsmInfo .cpp/.h files into the right |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | revert 79764, my dependencies failed me again. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | remove dead member. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Normalize how the 'namespace llvm {' is used in this... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bill Wendling | Convert DOUT to DEBUG(errs()...). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | prune some redundant #includes. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | tweak #includes |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Devang Patel | Record variable debug info at ISel time directly. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anton Korobeynikov | Some dummy cost model for s390x: |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc/Mach-O: Improve symbol table support: |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc/Mach-O: Sketch symbol table support. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | Force triple for these tests. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc: Hopefully fix Mach-O tests on big-endian platf... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc/Mach-O: Move more logic for writing the Mach... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc: Rename / redefine MCFragment::FileOffset to... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | llvm-mc: Clean up some handling of symbol/section assoc... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Douglas Gregor | CMake: Don't use copy_if_different for TableGen output... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Owen Anderson | Reapply r79708 with the appropriate fix for the case... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Douglas Gregor | TOT is 2.7svn for CMake, too |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Daniel Dunbar | Change SmallString::operator{=,+=} to take a StringRef. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | Regenerate configure for 2.7svn |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Tanya Lattner | TOT is now 2.7svn |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | revert r79708 + r79711 |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eli Friedman | Make x86 test actually test x86 code generation. Fix the |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bob Wilson | Add new intrinsics for Neon vldN_lane and vstN_lane... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Edward O'Callaghan | Note down a few bits and bobs off the top of my head... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Jim Grosbach | Add basic information about SJLJ EH |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | rename test, make more specific. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eric Christopher | Actually remove unused static. Previous commit removed... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Eric Christopher | Remove unused static. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Owen Anderson | Ease contention on this lock by noticing that all write... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anton Korobeynikov | Add missing RUN line |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anton Korobeynikov | Reduce the test |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Bob Wilson | Use CHECK-NEXT to make sure we're only getting one... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Make unit-at-a-time on by default to match the behavior... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: Improve handling of implicit alignment for... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Eric Christopher | Kill trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | remove the directory too |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | Revert r79563 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert r79562 + r79563 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Make MSVC happy. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert r79631 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | revert 79631 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc/Mach-O: Support .o emission for .org and .align. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | llvm-mc: In a .fill directive, still honor .align even... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Implement APInt <-> APFloat conversion for IEEE 128... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Rename ARM "lane_cst" operands to "nohash_imm" since... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Reid Kleckner | Fix a bug where the DWARF emitter in the JIT was not... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bob Wilson | Match VTRN, VZIP, and VUZP shuffles. Restore the tests... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Add fcopysign instructions |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Owen Anderson | Try again at privatizing the layout info map, with... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Anton Korobeynikov | Expand few nodes until someone will be crazy enough... |
commit | commitdiff | tree | snapshot |
next |