October 2010 Archives by thread
Starting: Fri Oct 1 03:35:44 PDT 2010
Ending: Sun Oct 31 23:04:49 PDT 2010
Messages: 814
- [LLVMdev] Illegal optimization in LLVM 2.8 during SelectionDAG? (Re: comparison pattern trouble - might be a bug in LLVM 2.8?)
Bill Wendling
- [LLVMdev] LLVM and OpenMP
sabaliauskas g. (gs5g08)
- [LLVMdev] CMake "sudo make install" & headers
Óscar Fuentes
- [LLVMdev] convert llvm ir to selection Dag
Eli Friedman
- [LLVMdev] interest in support for Transactional Memory?
Torvald Riegel
- [LLVMdev] ARM/MC/ELF questions on .ARM.attributes section
Rafael Espindola
- [LLVMdev] LLVM-2.7 to 2.8 subtle change: MemoryBuffer::getMemBuffer
Solomon Boulos
- [LLVMdev] projects that work with llvm 2.8
Samuel Williams
- [LLVMdev] DragonEgg OpenMP support
sabaliauskas g. (gs5g08)
- [LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
Jack Howarth
- [LLVMdev] Running gcc tests using Clang
Daniel Dunbar
- [LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
António Saragga Seabra
- [LLVMdev] llvm-py (Python bindings for LLVM), new release 0.6.
Daniel Dunbar
- [LLVMdev] Function inlining creates uninitialized stack roots
Talin
- [LLVMdev] Error when loading omega library with llvm-2.7
Hui Huang
- [LLVMdev] fPIC in llvm 2.6
Ryan M. Lefever
- [LLVMdev] JavaScript Backend
David LaPalomento
- [LLVMdev] LLVM 2.8 Source Code Visualisation
Samuel Williams
- [LLVMdev] [PATCH] Why isn't __deregister_frame called anywhere in LLVM?
Yuri
- [LLVMdev] [LLVMDev] Coalescing Registers
Jeff Kunkel
- [LLVMdev] Tutorial: Building a stack crawler in LLVM
Talin
- [LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
NAKAMURA Takumi
- [LLVMdev] 2.8 Release notes
Chris Lattner
- [LLVMdev] custom lowering with multiple results
Edmund Grimley-Evans
- [LLVMdev] Beer
Jakub Staszak
- [LLVMdev] [Patch] Fix for ExpandShiftWithUnknownAmountBit when shift amount is zero
Chris Lattner
- [LLVMdev] missing blocks
llvmjp
- [LLVMdev] how to handle inline asm code when converting c++ to C
Sandeep Gupta
- [LLVMdev] way to determine which version of llvm for llvm-gcc? Xcode specifically
Robb Kistler
- [LLVMdev] MS VS2010 std implementation: "Cannot assign iterators to two different blocks!"
Bob Floyd
- [LLVMdev] how to output the single bitcode file using gold plugin?
xiaoming gu
- [LLVMdev] Multithreaded code generation
hamed hamzehi
- [LLVMdev] questions about gold plugin
Ryan M. Lefever
- [LLVMdev] gold-plugin build errors
Ryan M. Lefever
- [LLVMdev] problems configuring LLVM with gold plugin
Ryan M. Lefever
- [LLVMdev] Associating types directly with debug metadata?
Pekka Nikander
- [LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
Renato Golin
- [LLVMdev] stdlib & math?
Paul Griffiths
- [LLVMdev] LLVM and "who does delete"
Nabil Stendardo
- [LLVMdev] [LLVMDev] Phi elimination: Who does what
Jeff Kunkel
- [LLVMdev] dragonegg vs -ffast-math?
Jack Howarth
- [LLVMdev] LLVM JIT--Function Specialization and Stack rewriting
Eric Christopher
- [LLVMdev] Register aliases
Cameron Zwarich
- [LLVMdev] LLVM use of C++ exceptions and RTTI
Alasdair Grant
- [LLVMdev] Possible missed optimization on function calling?
Borja Ferrer
- [LLVMdev] libc++ builds
Jack Howarth
- [LLVMdev] Status of PTX Backend
Justin Holewinski
- [LLVMdev] Segmentation Fault of BasicCallGraph?
Shuying Liang
- [LLVMdev] MCLoggingStreamer enhancements
Michael Spencer
- [LLVMdev] RELEASE_28 SVN tag
Matt Blair
- [LLVMdev] Hello pass?
Owen Anderson
- [LLVMdev] LLVM 2.8 download labeled as 2.8rc
Solomon Boulos
- [LLVMdev] clang bootstraps with the integrated assembler on linux x86-64
Rafael Espindola
- [LLVMdev] [LLVMDev] Has anyone written this?
Jeff Kunkel
- [LLVMdev] [Q] x86 peephole deficiency
Gabor Greif
- [LLVMdev] Long & double data type support in LLVM
Kush Agarwal ...
- [LLVMdev] Two quick questions
Varol
- [LLVMdev] libcpu with m88k
Pradeep Ramachandran
- [LLVMdev] Using multiple ExecutionEngines for better parallelism?
George Brewster
- [LLVMdev] Patch: Don't do unprofitable narrowing of loads.
JP Bonn
- [LLVMdev] Errors in Documentation
Santosh Nagarakatte
- [LLVMdev] LLVM Developers' Meeting - Tentative Agenda & Hotel Location
Tanya Lattner
- [LLVMdev] Target specific type modifications
Villmow, Micah
- [LLVMdev] how to write a local Pass Manager to control a few self-built passes
Chuck Zhao
- [LLVMdev] who is in charge of the gold plugin
Ryan M. Lefever
- [LLVMdev] How to debug jit code
KULBHUSHAN PACHAURI
- [LLVMdev] FW: How to debug jit code
James Molloy
- [LLVMdev] Flag output used by two other nodes in DAG
Edmund Grimley-Evans
- [LLVMdev] construction of ExecutionEngine without module
Jochen Wilhelmy
- [LLVMdev] register constraints
Jonas Paulsson
- [LLVMdev] linking into module of execution engine
Jochen Wilhelmy
- [LLVMdev] llvm-gcc: code generated for pre- and post-increment
Steve Montgomery
- [LLVMdev] MAJOR API CHANGE: Pass initialization without static constructors
Owen Anderson
- [LLVMdev] Fwd: Re: MAJOR API CHANGE: Pass initialization without static constructors
John Criswell
- [LLVMdev] JIT with MC - structure
Eric Christopher
- [LLVMdev] [LLVMDev] Does LLVM have a random number generator?
Jeff Kunkel
- [LLVMdev] how to disable command line options in llvm libs
Jochen Wilhelmy
- [LLVMdev] LTO, plugins and binary sizes
Rafael Espindola
- [LLVMdev] More questions about non_lazy_ptr
Talin
- [LLVMdev] Hello
徐敏
- [LLVMdev] More DIFactory questions - still stumped
Talin
- [LLVMdev] Pointer aliasing issue
Artiom Myaskouvskey
- [LLVMdev] DCE and external function
leledumbo
- [LLVMdev] The status of MC-COFF(aka integrated-as)/cygming
NAKAMURA Takumi
- [LLVMdev] Specify dominator for BasicBlock to avoid "Instruction does not dominate all uses!"
Xinfinity
- [LLVMdev] Missed devirtualization opportunities
Kenneth Uildriks
- [LLVMdev] adding a new pragma in OpenMP
Hari Pyla
- [LLVMdev] Invoking LLVM front-end
Taemin Kim
- [LLVMdev] LLVM Developers' Meeting Registration Open
Tanya Lattner
- [LLVMdev] CFG extraction
hamed hamzehi
- [LLVMdev] BOFs at LLVM Dev Meeting
Tanya Lattner
- [LLVMdev] Fixing trailing whitespace
Michael Spencer
- [LLVMdev] Dragonegg-2.8 released
Duncan Sands
- [LLVMdev] Possibility of Corruption of debug metadata
shankha
- [LLVMdev] address-units
Jonas Paulsson
- [LLVMdev] Values have no names when generating *.ll files in clang and llvm 2.8 ?
Xinfinity
- [LLVMdev] Intrinsic support
Kenneth Uildriks
- [LLVMdev] EXC_BAD_ACCESS: invalid MemoryBuffer from ContentCache::getBuffer
Wesley Smith
- [LLVMdev] How to register a new LLVM backend
Giuliano Vilela
- [LLVMdev] llvm.org robots.txt prevents crawling by Google code search?
Talin
- [LLVMdev] Compile or link error
Taemin Kim
- [LLVMdev] MachineLoopInfo question
徐敏
- [LLVMdev] print machine code using llvm c++ api
KULBHUSHAN PACHAURI
- [LLVMdev] the latency of opcode
huwei8717
- [LLVMdev] "$llvmlibsdir" in test cases
ether zhhb
- [LLVMdev] Branch documentation titles
Samuel Crow
- [LLVMdev] [cfe-dev] confusion with character types
OvermindDL1
- [LLVMdev] Have llvm docs been translated into Chinese?
zhangzuyu
- [LLVMdev] how to get MachineBasicBlock of a BasicBlock
徐敏
- [LLVMdev] How do I find all memory allocations in an llvm ir code file?
Theresia Hansson
- [LLVMdev] [LLVMDev] How do I add a branch to a MachineInstr?
Jeff Kunkel
- [LLVMdev] compiling rev. 116572 on you-know-what
Jochen Wilhelmy
- [LLVMdev] [LLVMDev] Trouble Linking
Jeff Kunkel
- [LLVMdev] question about readnone
Jochen Wilhelmy
- [LLVMdev] llvm-gcc as Alpha cross compiler
Giang Hoang
- [LLVMdev] Doxygen broken?
John Myers
- [LLVMdev] Why gdb can't determine stack of code run in JIT?
Yuri
- [LLVMdev] How to insert a CallInst which calls to a function from a library
hamed hamzehi
- [LLVMdev] profile-directed if-conversion
徐敏
- [LLVMdev] profile directed if conversion
徐敏
- [LLVMdev] LLVM-TV installation problem
hamed hamzehi
- [LLVMdev] test-suite
Kenneth Uildriks
- [LLVMdev] MachinePostDominator
徐敏
- [LLVMdev] How to assign a constant to a register?
leledumbo
- [LLVMdev] PowerPC : Assertion `MovePCtoLROffset && "MovePCtoLR not seen yet?"' failed.
Erik de Castro Lopo
- [LLVMdev] run into a problem with a version of GCC not listed here
017667932270
- [LLVMdev] pass case sensitive information to a llvm target backend
Alexander Herz
- [LLVMdev] building only libs with cmake
Jochen Wilhelmy
- [LLVMdev] MachineOperand::TargetFlags question
Villmow, Micah
- [LLVMdev] Path Profiling in LLVM
Adam Preuss
- [LLVMdev] Structure memory layout
Jin Gu Kang
- [LLVMdev] OpenMP Support for LLVM and clang
Gautam B.T.
- [LLVMdev] hash_map
hamed hamzehi
- [LLVMdev] llvm register reload/spilling around calls
Roland Scheidegger
- [LLVMdev] LTO, plugins, binary sizes and performance(take 2)
Rafael Espíndola
- [LLVMdev] Move ATTRIBUTE_FOO macros to LLVM_ATTRIBUTE_FOO
Chandler Carruth
- [LLVMdev] Pass Incompatibility
Luke Dalessandro
- [LLVMdev] passing args in registers, pointers vs integers
Duncan Sands
- [LLVMdev] MachineBasicBlock insertion
Bin Zeng
- [LLVMdev] MachineBasicBlock insertion and use/def list update
Bin Zeng
- [LLVMdev] Source to source translation.
Carlos Crespo
- [LLVMdev] Structure returns to-do or not-to-do?
roger roger
- [LLVMdev] Fwd: [llvm-commits] Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
Jason Kim
- [LLVMdev] Splitting basic blocks while preserving machine code
Trevor Harmon
- [LLVMdev] Dwarf debugging strangeness, continued...
Talin
- [LLVMdev] Looking for a LLVM Compiler Engineer
Georg Troxler
- [LLVMdev] statically linked passes
Theresia Hansson
- [LLVMdev] Subtle breaking change in LLVM 2.7 to 2.8 transition
Duncan Sands
- [LLVMdev] mapping virtual registers
Abbey Bello
- [LLVMdev] Policy on new OS support in Target Triples
Samuel Crow
- [LLVMdev] [Noob] Docs for SelectionDAGs?
Robert Baruch
- [LLVMdev] Vim auto completion
Tobias Grosser
- [LLVMdev] Landing my new development on the trunk ...
Brian West
- [LLVMdev] fix-point support
Jonas Paulsson
- [LLVMdev] [PATCH] Configurable machine type in ELFObjectWriter
Wesley Peck
- [LLVMdev] Crash with llc and vector code
Stéphane Letz
- [LLVMdev] Fw: run into a problem with a version of GCC not listed here
Török Edwin
- [LLVMdev] Regression (sort of) in LLVM 2.8 with opt and --enabled-shared
Trevor Harmon
- [LLVMdev] Early inlining in LLVM?
J Nelson Amaral
- [LLVMdev] Cast failure in SelectionDAGBuilder
Talin
- [LLVMdev] [PATCH] Add a GCModuleInfo field to MachineFunction
nicolas geoffray
- [LLVMdev] lli : external functions and target datalayout
Jianzhou Zhao
- [LLVMdev] LLVM IR Analysis and Optimization
hamed hamzehi
- [LLVMdev] Incorporating Parallelism into a dynamic binary translator
Matt Turner
- [LLVMdev] target feature matrix
Chris Lattner
- [LLVMdev] Inlining in LLVM
J Nelson Amaral
- [LLVMdev] How to specify the arm subtarget instruction set in a pass or an arm-backend?
Shellkunchik
- [LLVMdev] Linking Modules with the C API
Eric Dobson
- [LLVMdev] Prevent instruction elimination
Xinfinity
- [LLVMdev] Ocaml bindings for execution engines
Jianzhou Zhao
- [LLVMdev] sprintf -> snprintf conversion
Vladimir Kirillov
- [LLVMdev] DebugInfo: seg fault
Nurudeen Lameed
- [LLVMdev] Is it possible to map an LLVM instruction to x86 assembly instructions?
Heming Cui
- [LLVMdev] nested GEP in a static initializer fails
Joel E. Denny
- [LLVMdev] llvm-dis fails to parse bytecode emitted by clang
Lorenzo De Carli
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Peter Lawrence
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Kenneth Boyd
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Dale Johannesen
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Kenneth Boyd
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Duncan Sands
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Török Edwin
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Duncan Sands
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
John Criswell
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Alasdair Grant
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Duncan Sands
- [LLVMdev] Reproducible testcase for r100044
José Fonseca
- [LLVMdev] handle error of getPointerToFunction
Jochen Wilhelmy
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 44
Peter Lawrence
- [LLVMdev] LLVM Dev Meeting Registration Full
Tanya Lattner
- [LLVMdev] LLVMdev Digest, Vol 76, Issue 45
Peter Lawrence
- [LLVMdev] Throwing C++ exception through LLVM JITed code
Chris
- [LLVMdev] Implementing the hotpatch attribute for X86
Charles Davis
- [LLVMdev] Thread and LLVM
kishor kharbas
- [LLVMdev] [diff] let llvm-shlib build on OpenBSD
Vladimir Kirillov
- [LLVMdev] 64-bit binaries and the Solaris linker
ep
- [LLVMdev] NEON lowering errors in Clang/LLVM
Renato Golin
- [LLVMdev] Want something to laugh about?
Jochen Wilhelmy
- [LLVMdev] llvmc searches PATH for llc
Joel E. Denny
- [LLVMdev] llvm can't use headers from gcc 4.4 on centos Linux x86
Richard Spillane
- [LLVMdev] dump cfg after each pass
Xinliang David Li
- [LLVMdev] Scalar Evolution not canonalizing division?
Tobias Grosser
- [LLVMdev] ARMCodeEmitter vs ARMMCCodeEmitter (ARM relocations for ELF)
Jason Kim
- [LLVMdev] strict aliasing and LLVM
Xinliang David Li
- [LLVMdev] Splitting a basic block creates an instruction without debug metadata
Trevor Harmon
- [LLVMdev] [PATCH] mult-alt tests
John Thompson
- [LLVMdev] global optimizer precision
Gordon Haak
- [LLVMdev] llvm 2.8 fixes?
Roland Scheidegger
- [LLVMdev] [LLVMDev] Register Allocation
Jeff Kunkel
- [LLVMdev] PR7318
Jakub Staszak
- [LLVMdev] How the LLVM tools work together
Stephen Norman
- [LLVMdev] [LLVMDev] The Basic Register allocator
Jeff Kunkel
- [LLVMdev] SwiftShader using LLVM
Nicolas Capens
- [LLVMdev] RFC: [Proposal] Module-Level Attributes
Bill Wendling
- [LLVMdev] Unexpected Failure with 'make check'
Kalle.Raiskila at nokia.com
- [LLVMdev] "multiple definition of .. " in clang 2.8
Xinfinity
- [LLVMdev] LLVM program compile error w/ gcc 4.5 but not 4.4
Christian Parpart
- [LLVMdev] [LLVMDev] Register Allocation and Kill Flags
Jeff Kunkel
- [LLVMdev] clang -integrated-as compiles all of FreeBSD
Roman Divacky
- [LLVMdev] Status of AVX support
Bill O'Hara
- [LLVMdev] Identify recursion in a call graph
Trevor Harmon
- [LLVMdev] FDO (profile guided) and llvm
Xinliang David Li
- [LLVMdev] Running "make check" on Windows yields lots of unwarrented unexpected failures
Dirk Steinke
- [LLVMdev] Running "make check" on Windows yields lots of unwarrented unexpected failures (HTML free this time:-)
Dirk Steinke
- [LLVMdev] how to maximize speed of x86 jit
Jochen Wilhelmy
- [LLVMdev] llvm-ld stripping debugging symbols?
Robin Sommer
Last message date:
Sun Oct 31 23:04:49 PDT 2010
Archived on: Tue Aug 4 17:23:26 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).