2011-04-12 |
Jakob Stoklund... | Create new intervals for isolated blocks during region... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Remove LastOffset from the asm parser. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | The Thumb2 Ld, St, and Preload instructions with the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | Add SplitKit API to query and select the current interv... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jakob Stoklund... | Fix a bug in RegAllocBase::addMBBLiveIns() where a... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Remove dead typedef. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Devang Patel | Refactor CompileUnit into a separate header. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Print out a debug message when the reglist fails the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Fix the case of a .cfi_rel_offset before any .cfi_def_c... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rafael Espindola | Implement .cfi_same_value. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Garrison Venn | Added new FIXME note |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Cameron Zwarich | Split a store of a VMOVDRR into two integer stores... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
NAKAMURA Takumi | lib/Transforms/Instrumentation/CMakeLists.txt: Add... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Add support for line profiling. Very work-in-progress. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Consider ConstantAggregateZero as well as ConstantArray... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Nick Lewycky | Make IRBuilder support StringRef for building strings. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Jim Grosbach | Tidy up a bit now that we're using the MemoryManager... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | Add one test case (svc). |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Match case for invalid constant error messages and... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Johnny Chen | A8.6.16 B |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Dan Gohman | Fix reassociate to use a worklist instead of recursing... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | Test for invalid constant expr addition - bad octal... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Eric Christopher | To avoid printing out multiple error messages for cases... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Reuse live interval union between functions. This saves... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Johnny Chen | Thumb disassembler was erroneously rejecting "blx sp... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | comment cleanup, use moveBefore instead of removeFromPa... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
NAKAMURA Takumi | TableGen: Keep the order of DECL_CONTEXT() for DeclNode... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | remove the StructRetPromotion pass. It is unused,... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Wesley Peck | Fix an error in the MBlaze delay slot filler. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Daniel Dunbar | build: Add support for a SHOW_DIAGNOSTICS build variable. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Wesley Peck | Add scheduling information for the MBlaze backend. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eric Christopher | Lex, and then fail on invalid constants. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Nick Lewycky | Just because a GlobalVariable's initializer is [N x... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rafael Espindola | Implement cfi_rel_offset |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Speed up eviction by stopping collectInterferingVRegs... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rafael Espindola | Add test for previous commit. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Wesley Peck | Don't crash on invalid instructions when disassembling... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Bill Wendling | The default of the dispatch switch statement was to... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Johnny Chen | Fix the bug where the immediate shift amount for Thumb... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Evan Cheng | Look pass copies when determining whether hoisting... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rafael Espindola | implement .cfi_adjust_cfa_offset. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Friedman | Get rid of useless comment; if a file uses functions... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Owen Anderson | Fix another using-CPSR-twice bug in my ADCS/SBCS cleanu... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Skip a binary search when possible. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Use a faster algorithm for computing MBB live-in regist... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Garrison Venn | Because some systems have reported that this example... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Johnny Chen | Trivial comment fix. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Evan Cheng | Fix a couple of places where changes are made but not... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Johnny Chen | Check invalid register encodings for LdFrm/StFrm ARM... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Kevin Enderby | Adding support for printing operands symbolically to... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Don't add live ranges for sub-registers when clobbering... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Speed up LiveIntervalUnion::unify by handling end inser... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Time the initial seeding of live registers |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jakob Stoklund... | Don't shrink live ranges after dead code elimination... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Oscar Fuentes | CMake: remove some unnecesary code and ToDos. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jay Foad | Fix or remove code which seemed to think that the opera... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jay Foad | Don't include Operator.h from InstrTypes.h. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Jay Foad | Phi nodes always use an even number of operands, so... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
NAKAMURA Takumi | docs/CommandGuide/index.html: Fix CSS url to relative. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
NAKAMURA Takumi | docs/CommandLine.html: "ize. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Nicolas Geoffray | Bugfix in the Cpp backend after API change on PHINode... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | CMake: support for using LLVM from client projects... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Garrison Venn | Fixed more best practices, and explicit/implicit style... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | Reword instructions for running tests on Visual Studio. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | drive by bug fix: DenseMapInfo::isEqual should be deter... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | LLVMCC_EMITIR_FLAG is already either -emit-llvm or... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | make stuff work when LLVMCC_OPTION is something like... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix rdar://8735979 - "int 3" doesn't match to "int3... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | look for the verboten argument slot access in any order... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Benjamin Kramer | Fix potential buffer overflow on win32. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Benjamin Kramer | Don't store Twine temporaries, it's not safe. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Benjamin Kramer | Make error message more useful. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
NAKAMURA Takumi | docs/*.html: Make W3C HTML 4.01 Strict more compliant. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | Add back a couple checks removed by r129128; the fact... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix PR9523, a crash in looprotate on a non-canonical... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | Fix a bug where RecursivelyDeleteTriviallyDeadInstructi... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | Avoid excess precision issues that lead to generating... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | PR9604; try to deal with RAUW updates correctly in... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | Test for r129190. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix PR9629 - We were lowering regexes like a{{b|c}... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix two completely broken tests, which were matching... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | remove a bunch of CHECK lines that aren't checking... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | regexes are allowed to match empty things, e.g. {{... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | various cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix a potentially serious bug in AliasSet::removeCallSite |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jakob Stoklund... | Build the Hopfield network incrementally when splitting... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Jakob Stoklund... | Precompute interference for neighbor blocks as long... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix doc comment bug, noticed by Jochen |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | have dag combine zap "store undef", which can be formed... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | don't test for codegen of 'store undef' |
commit | commitdiff | tree | snapshot |
2011-04-09 |
NAKAMURA Takumi | docs/tutorial/OCamlLangImpl7.html: Fix a href to missin... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
NAKAMURA Takumi | docs: Fix some in-package URLs. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
NAKAMURA Takumi | docs: Canonicalize URLs. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Sean Callanan | Redirected errors from the AsmParser to the proper |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Sean Callanan | Moved an access to an object past a NULL check, |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Devang Patel | Add radar number for future reference. |
commit | commitdiff | tree | snapshot |
next |