index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a TODO.
Mikhail Glushenkov
2010-08-23
1
-0
/
+1
*
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-08-23
4
-20
/
+21
*
llvmc: Do not mention plugins in the code.
Mikhail Glushenkov
2010-08-23
2
-19
/
+15
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-23
1
-2
/
+2
*
Add the symbol offset to the relocation value when we relocate against sectio...
Benjamin Kramer
2010-08-23
1
-2
/
+3
*
formatted_tool_output_file::close needs to flush its buffer before
Dan Gohman
2010-08-23
1
-1
/
+6
*
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-23
3
-6
/
+32
*
Use the proper relocation section + cleanup, from Roman Divacky.
Benjamin Kramer
2010-08-23
1
-3
/
+5
*
Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).
Benjamin Kramer
2010-08-23
2
-6
/
+15
*
Re-enable LazyValueInfo. Monitoring for failures.
Owen Anderson
2010-08-23
1
-1
/
+1
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
23
-59
/
+54
*
StringRef tweaks:
Benjamin Kramer
2010-08-23
1
-2
/
+4
*
random improvement for variable shift codegen.
Chris Lattner
2010-08-23
1
-2
/
+14
*
Try to escape the '$'s in these so they reach the underlying 'sh' invocation.
Chandler Carruth
2010-08-23
1
-2
/
+2
*
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-23
2
-1
/
+2
*
Revert invalid r111792. Jump tables are not broken on x86-64 / coff,
Anton Korobeynikov
2010-08-23
1
-6
/
+0
*
Revert part of my last commit. the mingw32 build bot doesn't seem to like it.
Michael J. Spencer
2010-08-23
1
-1
/
+0
*
Workaround broken jump tables on x86-64 COFF.
Michael J. Spencer
2010-08-23
2
-0
/
+7
*
remove some dead code.
Chris Lattner
2010-08-23
1
-246
/
+0
*
Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
Nick Lewycky
2010-08-22
1
-6
/
+15
*
Delete dead comment.
Eli Friedman
2010-08-21
1
-2
/
+1
*
Use rip-rel addressing on win64 by default. For this we just
Anton Korobeynikov
2010-08-21
2
-15
/
+19
*
Use MDNode::destroy(). Fixes a delete/free mismatch.
Benjamin Kramer
2010-08-21
1
-3
/
+1
*
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-21
5
-23
/
+58
*
Add an assert to MDNode::deleteTemporary check that the node being deleted
Dan Gohman
2010-08-21
1
-1
/
+3
*
Fix x86 fast-isel's cmp+branch folding to avoid folding when the
Dan Gohman
2010-08-21
2
-2
/
+33
*
Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target specific nodes directly
Bruno Cardoso Lopes
2010-08-21
2
-7
/
+12
*
Replace some NEON vmovl intrinsic that I missed earlier.
Bob Wilson
2010-08-20
1
-4
/
+2
*
This is the first step towards refactoring the x86 vector shuffle code. The
Bruno Cardoso Lopes
2010-08-20
5
-1
/
+494
*
CreateTemporaryType doesn't needs its Context argument.
Dan Gohman
2010-08-20
2
-2
/
+2
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
15
-35
/
+91
*
Introduce a new temporary MDNode concept. Temporary MDNodes are
Dan Gohman
2010-08-20
6
-14
/
+62
*
Test should pass on non-Darwin x86.
Dale Johannesen
2010-08-20
1
-1
/
+1
*
Fix --disable-threads build, PR7949.
Daniel Dunbar
2010-08-20
1
-0
/
+1
*
Downwards growing stack allocation order reverses relative offsets
Jim Grosbach
2010-08-20
1
-1
/
+10
*
Add more dbg output
Jim Grosbach
2010-08-20
1
-0
/
+1
*
Update CMake build.
Benjamin Kramer
2010-08-20
1
-1
/
+0
*
Don't run test on PPC darwin.
Dale Johannesen
2010-08-20
1
-1
/
+1
*
Re-apply r111568 with a fix for the clang self-host.
Owen Anderson
2010-08-20
2
-0
/
+68
*
Fix vmcore.ml test.
Erick Tryzelaar
2010-08-20
1
-6
/
+7
*
Reword NamedMDNode's comment.
Dan Gohman
2010-08-20
1
-2
/
+3
*
llvmc: Fix alias generation.
Mikhail Glushenkov
2010-08-20
2
-1
/
+25
*
Delete SlowOperationInformer, which is no longer used.
Dan Gohman
2010-08-20
3
-133
/
+0
*
Convert DbgInfoPrinter to use errs() instead of outs().
Dan Gohman
2010-08-20
2
-2
/
+2
*
Add include guards to Support/Regex.h.
Mikhail Glushenkov
2010-08-20
1
-0
/
+5
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-20
3
-92
/
+92
*
Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor
Jim Grosbach
2010-08-20
1
-0
/
+1
*
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-20
6
-24
/
+68
*
Diagnose attempts to update standard output.
Dan Gohman
2010-08-20
1
-0
/
+5
*
Convert FileUpdate to use tool_output_file, and to use
Dan Gohman
2010-08-20
1
-11
/
+6
[next]