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
...
*
Make sure to initialize the fpm in the ocaml tutorial.
Erick Tryzelaar
2009-09-14
4
-0
/
+10
*
Add early coalescing to liveintervals. This is work in progress and is known ...
Evan Cheng
2009-09-14
3
-31
/
+180
*
Pull the creation of the "RewindFunction" function out of the loop. It's only
Bill Wendling
2009-09-14
1
-14
/
+25
*
Update a comment to match the source. PseudoSourceValues are now
Dan Gohman
2009-09-14
1
-4
/
+7
*
trivial whitespace cleanup
Jim Grosbach
2009-09-14
1
-2
/
+2
*
add PR#
Chris Lattner
2009-09-14
1
-0
/
+1
*
Enable the jit for llvm-config.
Eric Christopher
2009-09-14
2
-2
/
+2
*
Add a valgrind suppressions file for x86_64/linux/4.3.3.
Daniel Dunbar
2009-09-14
1
-0
/
+23
*
Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.
Daniel Dunbar
2009-09-14
1
-1
/
+1
*
Update CMake dependencies.
Daniel Dunbar
2009-09-14
1
-11
/
+11
*
Update CMake.
Daniel Dunbar
2009-09-14
1
-0
/
+1
*
PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.
Chris Lattner
2009-09-14
3
-8
/
+4
*
Change MCAsmStreamer to take an MCInstPrinter instead of a
Chris Lattner
2009-09-14
6
-18
/
+66
*
Teach 'make check-lit' to run unittests.
Daniel Dunbar
2009-09-14
2
-1
/
+81
*
Attempt to fix some 4.0.0 build warnings.
Daniel Dunbar
2009-09-14
1
-23
/
+23
*
lit: Give test formats control over test discovery.
Daniel Dunbar
2009-09-14
5
-26
/
+100
*
Fix a pair of comment typos.
Nick Lewycky
2009-09-14
1
-2
/
+3
*
Fifth time's a charm! Remove ourselves as abstract type listeners once we've
Nick Lewycky
2009-09-14
1
-3
/
+16
*
Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter
Chris Lattner
2009-09-14
4
-12
/
+19
*
add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.
Chris Lattner
2009-09-14
4
-4
/
+48
*
tidy up a bit.
Chris Lattner
2009-09-14
1
-16
/
+8
*
slightly increase prettiness.
Chris Lattner
2009-09-14
1
-2
/
+2
*
emit the register table as a massive string to avoid relocations.
Chris Lattner
2009-09-14
1
-5
/
+16
*
move StringToOffsetTable out to its own header.
Chris Lattner
2009-09-14
2
-56
/
+77
*
factor string table generation out to its own class. This changes
Chris Lattner
2009-09-14
1
-50
/
+73
*
Don't leak! Always remove oneself as a listener after adding oneself.
Nick Lewycky
2009-09-14
1
-6
/
+15
*
Actually remove old types from the set.
Nick Lewycky
2009-09-13
1
-12
/
+30
*
eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...
Chris Lattner
2009-09-13
2
-7
/
+1
*
kill off the last use of TRI::AsmName.
Chris Lattner
2009-09-13
1
-1
/
+1
*
add some special case handling for strangely named x86 registers.
Chris Lattner
2009-09-13
1
-1
/
+25
*
Build (not test) the unittests as part of a normal build.
Daniel Dunbar
2009-09-13
3
-4
/
+8
*
unbreak this test by working around an asmparser bug.
Chris Lattner
2009-09-13
1
-1
/
+1
*
'printMCInst' doesn't print newlines after instructions anymore.
Chris Lattner
2009-09-13
1
-0
/
+1
*
CMake: New user-settable variable LLVM_TARGET_ARCH useful when
Oscar Fuentes
2009-09-13
3
-4
/
+22
*
Update the tutorial to match changes to examples/Kaleidoscope.
Nick Lewycky
2009-09-13
5
-29
/
+77
*
Move unittest driver to utils/unittest/UnitTestMain.
Daniel Dunbar
2009-09-13
4
-9
/
+21
*
Remove unused variables.
Daniel Dunbar
2009-09-13
2
-2
/
+0
*
Storing a set of PATypeHolders is a bad idea because their sort order will
Nick Lewycky
2009-09-13
1
-2
/
+10
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
14
-80
/
+49
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
14
-15
/
+14
*
switch the x86 asmprinters to use getRegisterName instead
Chris Lattner
2009-09-13
5
-18
/
+11
*
Fix a small issue with recent changes to this code.
Mikhail Glushenkov
2009-09-13
2
-12
/
+7
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
15
-12
/
+78
*
eliminate an extraneous use of TRI::getAsmName in a comment.
Chris Lattner
2009-09-13
1
-1
/
+1
*
make intel asmprinter use TRI::getAsmName instead of TRI::getName like
Chris Lattner
2009-09-13
2
-15
/
+21
*
split MCInst printing out of the X86ATTInstPrinter
Chris Lattner
2009-09-13
6
-69
/
+108
*
reduce indentation with early exit.
Chris Lattner
2009-09-13
1
-45
/
+45
*
second part to r81695, I missed a directory.
Chris Lattner
2009-09-13
1
-7
/
+0
*
remove MAI::JumpTableSpecialLabelPrefix now that MAI
Chris Lattner
2009-09-13
3
-11
/
+4
*
Revert unittests build changes temporarily, the unit test build isn't -j safe.
Daniel Dunbar
2009-09-13
3
-8
/
+4
[prev]
[next]