2011-10-17 |
Jakob Stoklund... | Admonish that MI is not IR and virtual registers have... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Devang Patel | svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Michael J.... | llvm-objdump: Add -s, which prints the contents of... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Michael J.... | llvm-objdump: Add tests. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Hal Finkel | Instructions for Book E PPC should be word aligned... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Owen Anderson | Fix unused variable warning in the rare circumstance... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Benjamin Kramer | Pick low-hanging MatchEntry shrinkage fruit. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Hal Finkel | use FileCheck and not grep in new tests |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Bill Wendling | Don't download and compile compiler-rt, libcxx, and... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Nadav Rotem | Clean the triple, add check lines. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Nadav Rotem | Previously v2i32 vectors were legalized to v4i32. Now... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Craig Topper | Don't use inline assembly in 64-bit Visual Studio.... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Bill Wendling | Add comment explaining that the order of processing... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Bill Wendling | Update to disable asserts. Build a phase 3 compiler... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Hal Finkel | Test case for CanLowerReturn fix (r141981) |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Hal Finkel | Add PPC 440 scheduler and some associated tests (new... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Hal Finkel | Add PPC 440 scheduler and some associated tests |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Chandler Carruth | Add a routine to swap branch instruction operands,... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Overhaul the 'test-release' script. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Delete a dead member. Dunno if this was ever used,... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Add a proper LLVM banner to this file. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | Add tripple and stabalize a few more tests. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Update the tree before applying patch. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | Add triple to tests. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | fix a typo in the test |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | Enable element promotion type legalization by deafault. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nick Lewycky | Oops! Fix testcase. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nick Lewycky | When looking for dependencies on the src pointer, scan... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | Remove the the test which checks the saving of a vector... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Craig Topper | Add X86 PEXTR and PDEP instructions. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | Let printf do the formatting instead aligning strings... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | Twinify better. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | Add AsmToken::getEndLoc and use it to add ranges to... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
NAKAMURA Takumi | tools/CMakeLists.txt: Fixup r142103. I don't remember... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | X86AsmParser: Synthesize EndLoc for tokens out of Start... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | PR11143: Save the old diagnostic handler and call it... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Nadav Rotem | Fix a bug in LowerV2I64Splat, which generated a BUILD_V... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Install the PNG file as well. PR4780. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Update tutorial to reflect the current APIs. Also corre... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Craig Topper | Add X86 BZHI instruction as well as BMI2 feature detection. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Craig Topper | Add X86 INVPCID instruction. Add 32/64-bit predicates... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Enable CREATE_SUBDIRS for a performance win, because... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Cameron Zwarich | Add flags on Thumb2 indexed stores paralleling the... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Cameron Zwarich | Fix an obvious typo found when looking at nearby code. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Lattner | remove the dead 'ShowLine' argument from SMDiagnostic. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Lattner | Make SMDiagnostic a little more sane. Instead of passi... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Craig Topper | Add X86 BEXTR instruction. This instruction uses VEX... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
NAKAMURA Takumi | CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
NAKAMURA Takumi | autoconf: Introduce --with-clang-srcdir, to build out... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
NAKAMURA Takumi | Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
NAKAMURA Takumi | test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Add a helper script to create branches and tag release... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Add a script that helps merge changes into a release... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Craig Topper | Add X86 feature detection support for BMI instructions... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Craig Topper | Add support for X86 blsr, blsmsk, and blsi instructions... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Nadav Rotem | The CELL backend cannot select patterns for vector... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Nadav Rotem | ARM cannot select a pattern for trunc-store v4i8; ... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Nick Lewycky | Fix extra whitespace in comment. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Nico Weber | Let this test pass even if 'int' is somewhere in its... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Benjamin Kramer | SmallVector -> array |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Duncan Sands | Don't replace all dominated uses if there is only one... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Benjamin Kramer | Add a bad char heuristic to StringRef::find. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Nadav Rotem | Move the legalization of vector loads and stores into... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Andrew Trick | Fix SCEVExpander assert during LSR: "argument of incomp... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
NAKAMURA Takumi | Revert r142046, "Fix for llvm::sys::getHostTriple on... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chad Rosier | Fix for llvm::sys::getHostTriple on Windows. Instead... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Bill Wendling | ToT is now for 3.1. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
NAKAMURA Takumi | Windows/Memory.inc: Support the ability to allocate... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Andrew Trick | Fix indvars randomness by removing iteration over a... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Bill Wendling | Clear out the landing pad to call site map for each... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Jakob Stoklund... | Mark tADDrSPi as having side effects again. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Douglas Gregor | Mention some of the improvements in Clang 3.0 over... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chad Rosier | Thumb1 does not support dynamic stack realignment. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Bill Wendling | Mark registers as DEAD because they're really just... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Eli Friedman | Add missing correctness check to ARMTargetLowering... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Bill Wendling | Make sure that the register is in the register class... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Bill Wendling | Mark the invoke call instruction as implicitly defining... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Chris Lattner | constify array itself, don't iterate multiple times. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Tanya Lattner | Allow the source module to be materialized during the... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Owen Anderson | Update test for disabling of code/data marker labels... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Trieu | Fix a non-firing assert. Change: |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | OCaml bindings: add some missing functions and testcases. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | OCaml bindings: fix attributes to use all 32 bits |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | OCaml bindings: add icmp_predicate |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | OCaml bindings: fix infinite recursion on string_of_lltype |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | bindings: named struct support |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | ocaml bindings: add findlib META support |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | ocaml bindings: introduce classify_value |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | ocaml bindings: add getopcode for constant and instruct... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Torok Edwin | bindings: tab and indentation fixes of my previous... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Evan Cheng | A few 80-col violations. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Owen Anderson | Disable code/data region symbols on ELF targets, where... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Hal Finkel | Add an implementation of the CanLowerReturn function... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Akira Hatanaka | Add f128 to datalayout string. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Greene | Fix threads/jobs Calculation |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Greene | Add Helpful Messages |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Greene | Add Option to Skip Install |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Greene | Add Option to Skip gcc Build |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Hal Finkel | initial test commit (remove whitespace) |
commit | commitdiff | tree | snapshot |
next |