2009-06-26 |
Owen Anderson | Privatize some variables. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | move magic for PIC constantpool references from asmprin... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | use jump table operand flags in asm printer instead... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | More spelling Count as count. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Bob Wilson | Swap order of arguments to vst[34]* intrinsics. This... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Spell Count as count. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
David Goodwin | Add Thumb-2 tests. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Use atomic operations for accessing this global counter. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
David Goodwin | ADC used to implement adde should use "adcs" opcode... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Get rid of unnecessary global variables. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
David Goodwin | ORN and BIC tests. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
David Goodwin | Currently there is a pattern for the thumb-2 MOV 16... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Fix linking of llvm-ld and lli with CMake, from Xerxes... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | CMake: add configure checks for pthread_rwlock_init... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Fix compilation without pthreads. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Fix tests: Count -> count. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Simplify predicate CarryDefIsUsed. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Fix a CodeGenDAGPatterns bug. Check if top level predic... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | fix a pasto. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | dot graph viewing is apparently not using SDNode::print... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | propagate target operand flags from dag nodes into... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | propagate target operand flags through addressing mode... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shantonu Sen | Clarify how to configure llvm-gcc-4.2 for use with |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nick Lewycky | Escape the name of the module since it comes from the... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | NewNightlyTest: Pull most VERBOSE handling into RunLogg... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | Let's ignore MDStrings also! |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | Remove unnecessary includes. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Fix may-be-used-uninitialized warning. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | NewNightlyTest: Factor out LLVM{Src,Obj,Test} variables. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | Remove debug info anchors - llvm.dbg.compile_units... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Fix unused variable warnings. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Fix spelling of 'count' |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Fix error in the Win32 implementation pointed out by... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | start adding logic in isel to determine asm printer... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dan Gohman | Change this code to a form about which VC++ reportedly... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dan Gohman | Fix LCSSA to avoid emitting a PHI node for the unwind... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Add a note about commuting conditional move. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | These are done / no longer applicable. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | Mark a bunch of instructions commutable. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Evan Cheng | tst is also commutable. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Committed the wrong version in my last commit. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Privatize a static variable. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Owen Anderson | Guards for the compiler driver plugin list. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | Select ADC, SBC, and RSC instead of the ADCS, SBCS... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Support thread-local pretty stack traces. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Add support for const thread locals. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Fix typo in assertion. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
David Goodwin | Use MVN for ~t2_so_imm immediates. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Add a configure test for pthread_getspecific, and use... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
David Goodwin | Add Def/Use of CPSR for Thumb-1 instructions. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Daniel Dunbar | MC: Parse .org directives. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | Unbreak mingw build. Patch by Viktor Kutuzov. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Bill Wendling | Don't grep the -debug output. This isn't the way to... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Update cmake build files. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Add a class for supporting platform independent thread... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Daniel Dunbar | MC: Parse .set and assignments. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | down with unwind info :) |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | add targetflags to jump tables and constant pool entries. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | allow setting target operand flags on TargetGlobalAddre... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Daniel Dunbar | MC: Truncate values when printing, to keep 'as' happy. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | ISD::ADDE / ISD::SUBE updates the carry bit so they... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | start bringing targetoperand flags into isel, first... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Mikhail Glushenkov | Better error message. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Mikhail Glushenkov | Update documentation. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Mikhail Glushenkov | Make -save-temps behave like in GCC 4.5. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Privatize this map. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Guard dynamic library loading. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sanjiv Gupta | Added floating point conditional operations support... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | simplify shouldPrintPLT |
commit | commitdiff | tree | snapshot |
2009-06-25 |
David Goodwin | Test commit |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | Use target-specific machine operand flags to eliminate... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | just eliminate the code entirely! |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | Clone target flags when copying mbb operands. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Provide guards for this shared structure. I'm not... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Privatize some more debug-related static data. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Use a more correct atomic increment style. This isn... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Bob Wilson | Revert 74164. We'll want to use this method later. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sanjiv Gupta | Identify unconditional gotos and generate a page sel... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Bruno Cardoso... | Support Constant Pool Sections |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Bob Wilson | Remove unused hasV6T2Ops method. We already have a... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Douglas Gregor | Add missing dependencies to the CMake build system. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | add file to cmake |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | Change thumb2 instruction definitions so if-converter... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Jeffrey Yasskin | Add a JITEventListener interface that gets called back... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | Add thumb2 add sp. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | ad MachineInstrBuilder support for target flags on... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Lattner | fix comments to be correct. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Mikhail Glushenkov | Remove duplication. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Evan Cheng | Some reorg and additional comments. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Devang Patel | No need to code gen MDNodes |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Bill Wendling | My guess is that RegInfo should only call the Allocator... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dan Gohman | Reword a few comments. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dan Gohman | Add a getUniqueExitBlock utility function, similar... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Owen Anderson | Now with EVEN FEWER statics! |
commit | commitdiff | tree | snapshot |
next |